From e164dec12e158487a7fcc0d58e16a836afd1f709 Mon Sep 17 00:00:00 2001 From: Pavankumar Kondeti Date: Thu, 16 Dec 2010 14:32:24 +0530 Subject: [PATCH] --- yaml --- r: 223493 b: refs/heads/master c: f4ce9084476dc518bfd0f35f62f4bd0a130893e0 h: refs/heads/master i: 223491: f8b4274dd726b59513d9ab752957d0f39ff1d7d1 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/Kconfig | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f57be0b6feb2..20a0e59253e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5363cdc3c5da9bd431552cf5989ab481596f0c6d +refs/heads/master: f4ce9084476dc518bfd0f35f62f4bd0a130893e0 diff --git a/trunk/drivers/usb/core/Kconfig b/trunk/drivers/usb/core/Kconfig index 9eed5b52d9de..bcc24779ba0e 100644 --- a/trunk/drivers/usb/core/Kconfig +++ b/trunk/drivers/usb/core/Kconfig @@ -107,11 +107,19 @@ config USB_SUSPEND If you are unsure about this, say N here. config USB_OTG - bool + bool "OTG support" depends on USB && EXPERIMENTAL depends on USB_SUSPEND default n - + help + The most notable feature of USB OTG is support for a + "Dual-Role" device, which can act as either a device + or a host. The initial role is decided by the type of + plug inserted and can be changed later when two dual + role devices talk to each other. + + Select this only if your board has Mini-AB/Micro-AB + connector. config USB_OTG_WHITELIST bool "Rely on OTG Targeted Peripherals List"