diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2012-05-08 16:29:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-09 17:52:14 -0400 |
commit | ed6c6f419f02a6da444e26374f3510ac57b6faf4 (patch) | |
tree | bc8cd75832fbf7b33e7f3fea33b4f582e56f3d3d /drivers/usb/gadget/Kconfig | |
parent | 262c16320a915c26c927c9f7ddb0e1fe42fa0267 (diff) |
usb: gadget: conversion of controllers choice to menu
After the UDC class conversion, there is no reason to limit the kernel
to have only one UDC controller in the system.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index fb883e1405bc..55aad9278f77 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -123,13 +123,7 @@ config USB_GADGET_STORAGE_NUM_BUFFERS | |||
123 | # - discrete ones (including all PCI-only controllers) | 123 | # - discrete ones (including all PCI-only controllers) |
124 | # - debug/dummy gadget+hcd is last. | 124 | # - debug/dummy gadget+hcd is last. |
125 | # | 125 | # |
126 | choice | 126 | menu "USB Peripheral Controller" |
127 | prompt "USB Peripheral Controller" | ||
128 | help | ||
129 | A USB device uses a controller to talk to its host. | ||
130 | Systems should have only one such upstream link. | ||
131 | Many controller drivers are platform-specific; these | ||
132 | often need board-specific hooks. | ||
133 | 127 | ||
134 | # | 128 | # |
135 | # Integrated controllers | 129 | # Integrated controllers |
@@ -536,7 +530,7 @@ config USB_DUMMY_HCD | |||
536 | # NOTE: Please keep dummy_hcd LAST so that "real hardware" appears | 530 | # NOTE: Please keep dummy_hcd LAST so that "real hardware" appears |
537 | # first and will be selected by default. | 531 | # first and will be selected by default. |
538 | 532 | ||
539 | endchoice | 533 | endmenu |
540 | 534 | ||
541 | # Selected by UDC drivers that support high-speed operation. | 535 | # Selected by UDC drivers that support high-speed operation. |
542 | config USB_GADGET_DUALSPEED | 536 | config USB_GADGET_DUALSPEED |