Skip to content

Commit

Permalink
usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
Browse files Browse the repository at this point in the history
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: Matthew Dawson <matthew@mjdsystems.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Matthew Dawson authored and Greg Kroah-Hartman committed Oct 16, 2013
1 parent 41314fe commit eea8851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit eea8851

Please sign in to comment.