diff options
author | Dongjin Kim <tobetter@gmail.com> | 2012-12-08 05:18:44 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-11 12:12:07 -0800 |
commit | 6a099c63650e50ebf7d1259b859a3d230aec4207 (patch) | |
tree | 84b647fd6f1dc55bdb039b59d7c4f3710f858ee6 /drivers/usb/misc/Kconfig | |
parent | 102ee001912f67a7701f26a56ef2bcf84fc78028 (diff) | |
download | op-kernel-dev-6a099c63650e50ebf7d1259b859a3d230aec4207.zip op-kernel-dev-6a099c63650e50ebf7d1259b859a3d230aec4207.tar.gz |
USB: misc: Add USB3503 High-Speed Hub Controller
This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC
upstream connectivity and three USB 2.0 downstream ports. The specification
can be found from 'http://www.smsc.com/index.php?tid=295&pid=325'.
The current version have been tested very basic features switching the modes,
HUB-MODE and STANDBY-MODE.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index fecde69..3b1a3f4 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -250,3 +250,9 @@ config USB_EZUSB_FX2 help Say Y here if you need EZUSB device support. (Cypress FX/FX2/FX2LP microcontrollers) + +config USB_HSIC_USB3503 + tristate "USB3503 HSIC to USB20 Driver" + depends on I2C + help + This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. |