diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2011-12-19 19:42:24 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-21 06:24:43 -0500 |
commit | abfbe33410d1931d4c18fa73f3c2cea9688aaad6 (patch) | |
tree | f9a098a48c91301b443084e25e288ea3ad29728c /drivers | |
parent | 922be95a3f2669b4a9ef526ff3c7ba71c00cbf9e (diff) |
usb: gadget: remove useless depends on Kconfig
Where are inside an 'if USB_GADGET'.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index f1a5409e99f..683d931c7c5 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -124,7 +124,6 @@ config USB_GADGET_STORAGE_NUM_BUFFERS | |||
124 | # | 124 | # |
125 | choice | 125 | choice |
126 | prompt "USB Peripheral Controller" | 126 | prompt "USB Peripheral Controller" |
127 | depends on USB_GADGET | ||
128 | help | 127 | help |
129 | A USB device uses a controller to talk to its host. | 128 | A USB device uses a controller to talk to its host. |
130 | Systems should have only one such upstream link. | 129 | Systems should have only one such upstream link. |
@@ -543,12 +542,10 @@ endchoice | |||
543 | # Selected by UDC drivers that support high-speed operation. | 542 | # Selected by UDC drivers that support high-speed operation. |
544 | config USB_GADGET_DUALSPEED | 543 | config USB_GADGET_DUALSPEED |
545 | bool | 544 | bool |
546 | depends on USB_GADGET | ||
547 | 545 | ||
548 | # Selected by UDC drivers that support super-speed opperation | 546 | # Selected by UDC drivers that support super-speed opperation |
549 | config USB_GADGET_SUPERSPEED | 547 | config USB_GADGET_SUPERSPEED |
550 | bool | 548 | bool |
551 | depends on USB_GADGET | ||
552 | depends on USB_GADGET_DUALSPEED | 549 | depends on USB_GADGET_DUALSPEED |
553 | 550 | ||
554 | # | 551 | # |
@@ -556,7 +553,6 @@ config USB_GADGET_SUPERSPEED | |||
556 | # | 553 | # |
557 | choice | 554 | choice |
558 | tristate "USB Gadget Drivers" | 555 | tristate "USB Gadget Drivers" |
559 | depends on USB_GADGET | ||
560 | default USB_ETH | 556 | default USB_ETH |
561 | help | 557 | help |
562 | A Linux "Gadget Driver" talks to the USB Peripheral Controller | 558 | A Linux "Gadget Driver" talks to the USB Peripheral Controller |