aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/atm')
-rw-r--r--drivers/usb/atm/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/usb/atm/Kconfig b/drivers/usb/atm/Kconfig
index b450cbaa3a0b..86e64035edb0 100644
--- a/drivers/usb/atm/Kconfig
+++ b/drivers/usb/atm/Kconfig
@@ -2,10 +2,7 @@
2# USB/ATM DSL configuration 2# USB/ATM DSL configuration
3# 3#
4 4
5menu "USB DSL modem support" 5menuconfig USB_ATM
6 depends on USB
7
8config USB_ATM
9 tristate "USB DSL modem support" 6 tristate "USB DSL modem support"
10 depends on USB && ATM 7 depends on USB && ATM
11 select CRC32 8 select CRC32
@@ -18,6 +15,8 @@ config USB_ATM
18 To compile this driver as a module, choose M here: the 15 To compile this driver as a module, choose M here: the
19 module will be called usbatm. 16 module will be called usbatm.
20 17
18if USB_ATM
19
21config USB_SPEEDTOUCH 20config USB_SPEEDTOUCH
22 tristate "Speedtouch USB support" 21 tristate "Speedtouch USB support"
23 depends on USB_ATM 22 depends on USB_ATM
@@ -70,4 +69,4 @@ config USB_XUSBATM
70 To compile this driver as a module, choose M here: the 69 To compile this driver as a module, choose M here: the
71 module will be called xusbatm. 70 module will be called xusbatm.
72 71
73endmenu 72endif # USB_ATM