Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea88512 authored by Matthew Dawson's avatar Matthew Dawson Committed by Greg Kroah-Hartman
Browse files

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: default avatarMatthew Dawson <matthew@mjdsystems.ca>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 41314fea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,6 +246,6 @@ config USB_EZUSB_FX2
config USB_HSIC_USB3503
       tristate "USB3503 HSIC to USB20 Driver"
       depends on I2C
       select REGMAP
       select REGMAP_I2C
       help
         This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver.