summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:13 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:13 -0600
commit141a0901141284a318b59bb6103c6b885017dcf3 (patch)
tree6b5a65c3daa2481e7a3ae68bbdcb6386857a12a7
parent1752fe965f811c103a630a67f0cbd42fd4a3b038 (diff)
USB: Restore mainline core/Kconfig contents.
USB: Restore mainline core/Kconfig contents. CONFIG_USB_OTG should not have a prompt here, since it's already displayed in the gadget menu. The help text erroneously mentions HNP and SRP, which isn't currently supported. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-Restore-mainline-core-Kconfig-contents.patch
-rw-r--r--drivers/usb/core/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 2f46cedee83d..c3ba40dcbb16 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -87,14 +87,10 @@ config USB_SUSPEND
If you are unsure about this, say N here.
config USB_OTG
- bool "Enable host-side support for On-The-Go (OTG)"
+ bool
depends on USB && EXPERIMENTAL
select USB_SUSPEND
default n
- help
- Say y here if you want support for the Host Negotiation Protocol
- (HNP) and the Session Request Protocol (SRP), parts of the OTG
- supplement to the USB protocol, to be included in the USB host core.
config USB_OTG_WHITELIST
bool "Rely on OTG Targeted Peripherals List"