* [PATCH] usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
@ 2013-10-16 4:11 Matthew Dawson
0 siblings, 0 replies; only message in thread
From: Matthew Dawson @ 2013-10-16 4:11 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-usb, trivial, Matthew Dawson
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>
---
drivers/usb/misc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index e2b21c1..ba5f70f 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -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.
--
1.8.1.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-16 4:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-16 4:11 [PATCH] usb: misc: usb3503: Fix compile error due to incorrect regmap depedency Matthew Dawson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®