diff options
author | Thomas Richter <tmricht@linux.vnet.ibm.com> | 2014-10-22 12:18:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-26 22:21:39 -0400 |
commit | 3d14f661e6ae968689ff51f2f2f9b07d6ef3e3c6 (patch) | |
tree | 9ed16082a7c4f813b50e6f1c38616ecac100151e /drivers/s390/net/Kconfig | |
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/net/Kconfig')
-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 config QETH def_tristate y prompt "Gigabit Ethernet device support" - depends on CCW && NETDEVICES && IP_MULTICAST && QDIO + depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET help This driver supports the IBM System z OSA Express adapters in QDIO mode (all media types), HiperSockets interfaces and z/VM |