summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Kconfig
diff options
context:
space:
mode:
authorPeter Chen2016-06-16 09:41:40 +0200
committerPeter Chen2016-06-21 04:48:30 +0200
commitfb67cb0054736bded9d3c8460a7f8b77db39e351 (patch)
tree1793e2e6f1f491e31dc473c5710be9dc667d58f4 /drivers/usb/chipidea/Kconfig
parentRevert "usb: ohci-at91: Forcibly suspend ports while USB suspend" (diff)
downloadkernel-qcow2-linux-fb67cb0054736bded9d3c8460a7f8b77db39e351.tar.gz
kernel-qcow2-linux-fb67cb0054736bded9d3c8460a7f8b77db39e351.tar.xz
kernel-qcow2-linux-fb67cb0054736bded9d3c8460a7f8b77db39e351.zip
usb: chipidea: Kconfig: improve Kconfig help text
Chipidea driver has been updated a lot, and more functions are supported, update Kconfig help text accordingly. Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/usb/chipidea/Kconfig')
-rw-r--r--drivers/usb/chipidea/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig
index 3644a3500b70..5e5b9eb7ebf6 100644
--- a/drivers/usb/chipidea/Kconfig
+++ b/drivers/usb/chipidea/Kconfig
@@ -4,8 +4,9 @@ config USB_CHIPIDEA
select EXTCON
help
Say Y here if your system has a dual role high speed USB
- controller based on ChipIdea silicon IP. Currently, only the
- peripheral mode is supported.
+ controller based on ChipIdea silicon IP. It supports:
+ Dual-role switch (ID, OTG FSM, sysfs), Host-only, and
+ Peripheral-only.
When compiled dynamically, the module will be called ci-hdrc.ko.