summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2015-08-21 04:29:17 -0400
committerDavid S. Miller <davem@davemloft.net>2015-08-24 17:06:33 -0400
commit658d439b22924796d00f03282135a356f47cc64e (patch)
treed03480b8864729f777f10c5d544cccc70da765a1 /drivers/net/Kconfig
parent4a89ba04ecc6377696e4e26c1abc1cb5764decb9 (diff)
fjes: Introduce FUJITSU Extended Socket Network Device driver
This patch adds the basic code of FUJITSU Extended Socket Network Device driver. When "PNP0C02" is found in ACPI DSDT, it evaluates "_STR" to check if "PNP0C02" is for Extended Socket device driver and retrieves ACPI resource information. Then creates platform_device. Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f50373645ab4..770483b31d62 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -413,6 +413,13 @@ config VMXNET3
413 To compile this driver as a module, choose M here: the 413 To compile this driver as a module, choose M here: the
414 module will be called vmxnet3. 414 module will be called vmxnet3.
415 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" 423source "drivers/net/hyperv/Kconfig"
417 424
418endif # NETDEVICES 425endif # NETDEVICES