diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-09 12:41:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 21:20:26 +0200 |
commit | 68b14134be55eca7340b9a8b3ec4cb8f79622a3c (patch) | |
tree | 9680d2c2dc0296d2e896c05827d941c4360931f8 /drivers/usb/misc/Kconfig | |
parent | usb: misc: usb3503: Actively manage Hub Connect GPIO (diff) | |
download | linux-68b14134be55eca7340b9a8b3ec4cb8f79622a3c.tar.xz linux-68b14134be55eca7340b9a8b3ec4cb8f79622a3c.zip |
usb: misc: usb3503: Convert to regmap
This will give access to the diagnostic infrastructure regmap has but
the main point is to support future refactoring.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index ca91420f5c21..e2b21c1d9c40 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -246,5 +246,6 @@ config USB_EZUSB_FX2 config USB_HSIC_USB3503 tristate "USB3503 HSIC to USB20 Driver" depends on I2C + select REGMAP help This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. |