[!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines

This commit is contained in:
Ben Hutchings 2015-10-04 02:50:33 +01:00
parent 11e8b8bbe3
commit 0762a217c3
3 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -129,6 +129,7 @@ linux (4.2.3-1) UNRELEASED; urgency=medium
* [mips*/octeon] Enable MMC, MMC_BLOCK, OCTEON_MMC and other drivers as
modules (Closes: #800594)
* ath10k: add qca6164 support (Closes: #800703)
* [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines
[ Salvatore Bonaccorso ]
* ipc: Initialize msg/shm IPC objects before doing ipc_addid()

View File

@ -2424,7 +2424,7 @@ CONFIG_VIRTIO_NET=m
CONFIG_NLMON=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_VMXNET3=m
# CONFIG_VMXNET3 is not set
##
## file: drivers/net/appletalk/Kconfig

View File

@ -960,6 +960,7 @@ CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
CONFIG_DUMMY=m
CONFIG_NET_FC=y
CONFIG_NET_SB1000=m
CONFIG_VMXNET3=m
##
## file: drivers/net/arcnet/Kconfig