diff options
author | Thomas Richter <tmricht@linux.vnet.ibm.com> | 2014-10-22 06:18:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-26 22:21:39 -0400 |
commit | 3d14f661e6ae968689ff51f2f2f9b07d6ef3e3c6 (patch) | |
tree | 9ed16082a7c4f813b50e6f1c38616ecac100151e /drivers/s390 | |
parent | 56530d684e40a3a41fe390b065655fb229541c47 (diff) |
qeth: s390 ethernet device driver dependency
Compile the s390 10GB ethernet device driver only when
ETHERNET has been defined in the kernel configuration file.
Right now the qeth device driver is always built regardless
of which network connectivity is active.
Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig index 8b3f55991805..f1b5111bbaba 100644 --- a/drivers/s390/net/Kconfig +++ b/drivers/s390/net/Kconfig | |||
@@ -71,7 +71,7 @@ config CLAW | |||
71 | config QETH | 71 | config QETH |
72 | def_tristate y | 72 | def_tristate y |
73 | prompt "Gigabit Ethernet device support" | 73 | prompt "Gigabit Ethernet device support" |
74 | depends on CCW && NETDEVICES && IP_MULTICAST && QDIO | 74 | depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET |
75 | help | 75 | help |
76 | This driver supports the IBM System z OSA Express adapters | 76 | This driver supports the IBM System z OSA Express adapters |
77 | in QDIO mode (all media types), HiperSockets interfaces and z/VM | 77 | in QDIO mode (all media types), HiperSockets interfaces and z/VM |