]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
authorMatthew Dawson <matthew@mjdsystems.ca>
Wed, 16 Oct 2013 04:11:24 +0000 (00:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 20:52:16 +0000 (13:52 -0700)
commiteea88512f82ebf1336253ead6c476c9cb54bdf0e
treec266adebb27581c9b75ab133387798ada3f3fec7
parent41314fea2ffb6dc716b7e698a47c68b329602fc0
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: Matthew Dawson <matthew@mjdsystems.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig