提交 eea88512 编写于 作者: M Matthew Dawson 提交者: Greg Kroah-Hartman

usb: misc: usb3503: Fix compile error due to incorrect regmap depedency

The USB3503 driver had an incorrect depedency on REGMAP, instead of
REGMAP_I2C.  This caused the build to fail since the necessary regmap
i2c pieces were not available.
Signed-off-by: NMatthew Dawson <matthew@mjdsystems.ca>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 41314fea
...@@ -246,6 +246,6 @@ config USB_EZUSB_FX2 ...@@ -246,6 +246,6 @@ config USB_EZUSB_FX2
config USB_HSIC_USB3503 config USB_HSIC_USB3503
tristate "USB3503 HSIC to USB20 Driver" tristate "USB3503 HSIC to USB20 Driver"
depends on I2C depends on I2C
select REGMAP select REGMAP_I2C
help help
This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册