diff options
-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 |