diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-25 17:06:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-02 13:25:57 -0400 |
commit | e5430f889ce04301152044cce15a4a11a3e21e7d (patch) | |
tree | 1a5bcd373c0e20eaf1527ada2228c01dd543ecbf /drivers/usb | |
parent | d8f12ab5d984761726e638a4222299a9fc516233 (diff) |
USB: Remove redundant dependencies on USB_ATM.
Given that the bulk of the Kconfig file is enclosed in "if USB_ATM",
remove the unnecessary dependencies.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/atm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/atm/Kconfig b/drivers/usb/atm/Kconfig index 86e64035edb0..be0b8daac9c7 100644 --- a/drivers/usb/atm/Kconfig +++ b/drivers/usb/atm/Kconfig | |||
@@ -19,7 +19,6 @@ if USB_ATM | |||
19 | 19 | ||
20 | config USB_SPEEDTOUCH | 20 | config USB_SPEEDTOUCH |
21 | tristate "Speedtouch USB support" | 21 | tristate "Speedtouch USB support" |
22 | depends on USB_ATM | ||
23 | select FW_LOADER | 22 | select FW_LOADER |
24 | help | 23 | help |
25 | Say Y here if you have an SpeedTouch USB or SpeedTouch 330 | 24 | Say Y here if you have an SpeedTouch USB or SpeedTouch 330 |
@@ -32,7 +31,6 @@ config USB_SPEEDTOUCH | |||
32 | 31 | ||
33 | config USB_CXACRU | 32 | config USB_CXACRU |
34 | tristate "Conexant AccessRunner USB support" | 33 | tristate "Conexant AccessRunner USB support" |
35 | depends on USB_ATM | ||
36 | select FW_LOADER | 34 | select FW_LOADER |
37 | help | 35 | help |
38 | Say Y here if you have an ADSL USB modem based on the Conexant | 36 | Say Y here if you have an ADSL USB modem based on the Conexant |
@@ -45,7 +43,6 @@ config USB_CXACRU | |||
45 | 43 | ||
46 | config USB_UEAGLEATM | 44 | config USB_UEAGLEATM |
47 | tristate "ADI 930 and eagle USB DSL modem" | 45 | tristate "ADI 930 and eagle USB DSL modem" |
48 | depends on USB_ATM | ||
49 | select FW_LOADER | 46 | select FW_LOADER |
50 | help | 47 | help |
51 | Say Y here if you have an ADSL USB modem based on the ADI 930 | 48 | Say Y here if you have an ADSL USB modem based on the ADI 930 |
@@ -58,7 +55,6 @@ config USB_UEAGLEATM | |||
58 | 55 | ||
59 | config USB_XUSBATM | 56 | config USB_XUSBATM |
60 | tristate "Other USB DSL modem support" | 57 | tristate "Other USB DSL modem support" |
61 | depends on USB_ATM | ||
62 | help | 58 | help |
63 | Say Y here if you have a DSL USB modem not explicitly supported by | 59 | Say Y here if you have a DSL USB modem not explicitly supported by |
64 | another USB DSL drivers. In order to use your modem you will need to | 60 | another USB DSL drivers. In order to use your modem you will need to |