diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2015-08-21 04:29:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-24 17:06:33 -0400 |
commit | 658d439b22924796d00f03282135a356f47cc64e (patch) | |
tree | d03480b8864729f777f10c5d544cccc70da765a1 /drivers/net/Kconfig | |
parent | 4a89ba04ecc6377696e4e26c1abc1cb5764decb9 (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/Kconfig | 7 |
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 | ||
416 | config 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 | |||
416 | source "drivers/net/hyperv/Kconfig" | 423 | source "drivers/net/hyperv/Kconfig" |
417 | 424 | ||
418 | endif # NETDEVICES | 425 | endif # NETDEVICES |