From: Peter Chen Date: Thu, 16 Jun 2016 07:41:40 +0000 (+0800) Subject: usb: chipidea: Kconfig: improve Kconfig help text X-Git-Tag: v4.8-rc1~191^2~22^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb67cb0054736bded9d3c8460a7f8b77db39e351;p=platform%2Fkernel%2Flinux-exynos.git 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 --- diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 3644a35..5e5b9eb 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.