linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] usb: core: Kconfig: refine the description for CONFIG_USB_OTG
@ 2014-05-13  2:19 Peter Chen
  2014-05-13 11:11 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Chen @ 2014-05-13  2:19 UTC (permalink / raw)
  To: linux-arm-kernel

the user should only select it when the board supports HNP and SRP,
it should NOT be selected if the board only supports dual-role
switch through ID pin.

There is a discussion for it:
http://marc.info/?l=linux-arm-kernel&m=139994896101516&w=2
http://marc.info/?l=linux-usb&m=139994881701504&w=2

Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 drivers/usb/core/Kconfig |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index cb8e991..158048b 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -54,13 +54,15 @@ config USB_OTG
 	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.
+	  otg 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 using HNP (Host Negotiation Protocol)
+	  later when two otg devices talk to each other.
 
 	  Select this only if your board has Mini-AB/Micro-AB
-	  connector.
+	  connector and supports HNP and SRP (Session Request Protocol).
+	  If the board only supports dual-role switch through ID
+	  pin, this configuration should not be selected.
 
 config USB_OTG_WHITELIST
 	bool "Rely on OTG Targeted Peripherals List"
-- 
1.7.8

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-14 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13  2:19 [PATCH 1/1] usb: core: Kconfig: refine the description for CONFIG_USB_OTG Peter Chen
2014-05-13 11:11 ` Greg KH
2014-05-13 15:46   ` Felipe Balbi
2014-05-14  6:24     ` Peter Chen
2014-05-14 14:08       ` Greg KH
2014-05-14 14:35         ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).