Commit abfbe334 authored by Felipe Contreras's avatar Felipe Contreras Committed by Felipe Balbi

usb: gadget: remove useless depends on Kconfig

Where are inside an 'if USB_GADGET'.
Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 922be95a
...@@ -124,7 +124,6 @@ config USB_GADGET_STORAGE_NUM_BUFFERS ...@@ -124,7 +124,6 @@ config USB_GADGET_STORAGE_NUM_BUFFERS
# #
choice choice
prompt "USB Peripheral Controller" prompt "USB Peripheral Controller"
depends on USB_GADGET
help help
A USB device uses a controller to talk to its host. A USB device uses a controller to talk to its host.
Systems should have only one such upstream link. Systems should have only one such upstream link.
...@@ -543,12 +542,10 @@ endchoice ...@@ -543,12 +542,10 @@ endchoice
# Selected by UDC drivers that support high-speed operation. # Selected by UDC drivers that support high-speed operation.
config USB_GADGET_DUALSPEED config USB_GADGET_DUALSPEED
bool bool
depends on USB_GADGET
# Selected by UDC drivers that support super-speed opperation # Selected by UDC drivers that support super-speed opperation
config USB_GADGET_SUPERSPEED config USB_GADGET_SUPERSPEED
bool bool
depends on USB_GADGET
depends on USB_GADGET_DUALSPEED depends on USB_GADGET_DUALSPEED
# #
...@@ -556,7 +553,6 @@ config USB_GADGET_SUPERSPEED ...@@ -556,7 +553,6 @@ config USB_GADGET_SUPERSPEED
# #
choice choice
tristate "USB Gadget Drivers" tristate "USB Gadget Drivers"
depends on USB_GADGET
default USB_ETH default USB_ETH
help help
A Linux "Gadget Driver" talks to the USB Peripheral Controller A Linux "Gadget Driver" talks to the USB Peripheral Controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment