aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/Kconfig
diff options
context:
space:
mode:
authorUrsula Braun <ursula.braun@de.ibm.com>2015-02-27 06:52:32 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-28 23:38:29 -0500
commit83650a2edc9b8f0838c7842b7ea595c927e79092 (patch)
treeb5cc42ccf6184661e453586541d6ed8dc0764e21 /drivers/s390/net/Kconfig
parent74abc20cedf6f95a0065665c55180ef2d4828ba5 (diff)
s390: remove claw driver
claw devices are outdated and no longer supported. This patch removes the claw driver. Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/Kconfig')
-rw-r--r--drivers/s390/net/Kconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig
index f1b5111bbaba..b2837b1c70b7 100644
--- a/drivers/s390/net/Kconfig
+++ b/drivers/s390/net/Kconfig
@@ -57,17 +57,6 @@ config SMSGIUCV_EVENT
57 57
58 To compile as a module, choose M. The module name is "smsgiucv_app". 58 To compile as a module, choose M. The module name is "smsgiucv_app".
59 59
60config CLAW
61 def_tristate m
62 prompt "CLAW device support"
63 depends on CCW && NETDEVICES
64 help
65 This driver supports channel attached CLAW devices.
66 CLAW is Common Link Access for Workstation. Common devices
67 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
68 To compile as a module, choose M. The module name is claw.
69 To compile into the kernel, choose Y.
70
71config QETH 60config QETH
72 def_tristate y 61 def_tristate y
73 prompt "Gigabit Ethernet device support" 62 prompt "Gigabit Ethernet device support"
@@ -106,6 +95,6 @@ config QETH_IPV6
106 95
107config CCWGROUP 96config CCWGROUP
108 tristate 97 tristate
109 default (LCS || CTCM || QETH || CLAW) 98 default (LCS || CTCM || QETH)
110 99
111endmenu 100endmenu