Kconfig (81bf1c64e7fe08f956c74fe2b0f1fa6eb163bd91) Kconfig (658d439b22924796d00f03282135a356f47cc64e)
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 399 unchanged lines hidden (view full) ---

408config VMXNET3
409 tristate "VMware VMXNET3 ethernet driver"
410 depends on PCI && INET
411 help
412 This driver supports VMware's vmxnet3 virtual ethernet NIC.
413 To compile this driver as a module, choose M here: the
414 module will be called vmxnet3.
415
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 399 unchanged lines hidden (view full) ---

408config VMXNET3
409 tristate "VMware VMXNET3 ethernet driver"
410 depends on PCI && INET
411 help
412 This driver supports VMware's vmxnet3 virtual ethernet NIC.
413 To compile this driver as a module, choose M here: the
414 module will be called vmxnet3.
415
416config FUJITSU_ES
417 tristate "FUJITSU Extended Socket Network Device driver"
418 depends on ACPI
419 help
420 This driver provides support for Extended Socket network device
421 on Extended Partitioning of FUJITSU PRIMEQUEST 2000 E2 series.
422
416source "drivers/net/hyperv/Kconfig"
417
418endif # NETDEVICES
423source "drivers/net/hyperv/Kconfig"
424
425endif # NETDEVICES