diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-07-01 17:59:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-07-01 17:59:01 +0200 |
commit | 463c4683cfee44b82239dd88bcaea0cb29f5e041 (patch) | |
tree | 8bf088a50c69862536856636905c677be9e64a44 /drivers/usb | |
parent | Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... (diff) | |
parent | dt-bindings: ci-hdrc-usb2: s/gadget-itc-setting/itc-setting in example (diff) | |
download | linux-463c4683cfee44b82239dd88bcaea0cb29f5e041.tar.xz linux-463c4683cfee44b82239dd88bcaea0cb29f5e041.zip |
Merge tag 'usb-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next
Peter writes:
Hi Greg,
Below are changes for v4.8-rc1, none is important, only the documentation
update for chipidea.
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/chipidea/Kconfig | 5 |
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. |