Skip to content

Commit

Permalink
USB: Remove redundant dependencies on USB_ATM.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rpjday authored and gregkh committed May 2, 2008
1 parent d8f12ab commit e5430f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/usb/atm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if USB_ATM

config USB_SPEEDTOUCH
tristate "Speedtouch USB support"
depends on USB_ATM
select FW_LOADER
help
Say Y here if you have an SpeedTouch USB or SpeedTouch 330
Expand All @@ -32,7 +31,6 @@ config USB_SPEEDTOUCH

config USB_CXACRU
tristate "Conexant AccessRunner USB support"
depends on USB_ATM
select FW_LOADER
help
Say Y here if you have an ADSL USB modem based on the Conexant
Expand All @@ -45,7 +43,6 @@ config USB_CXACRU

config USB_UEAGLEATM
tristate "ADI 930 and eagle USB DSL modem"
depends on USB_ATM
select FW_LOADER
help
Say Y here if you have an ADSL USB modem based on the ADI 930
Expand All @@ -58,7 +55,6 @@ config USB_UEAGLEATM

config USB_XUSBATM
tristate "Other USB DSL modem support"
depends on USB_ATM
help
Say Y here if you have a DSL USB modem not explicitly supported by
another USB DSL drivers. In order to use your modem you will need to
Expand Down

0 comments on commit e5430f8

Please sign in to comment.