projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8685a
)
leds: lp8860: Fix module dependency
author
Axel Lin
<axel.lin@ingics.com>
Fri, 21 Nov 2014 13:48:26 +0000
(
05:48
-0800)
committer
Bryan Wu
<cooloney@gmail.com>
Mon, 1 Dec 2014 22:49:42 +0000
(14:49 -0800)
The driver should select REGMAP_I2C rather than depend on it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/leds/Kconfig
b/drivers/leds/Kconfig
index b0dce59f23e8e225e82174394bd0b9b8fc57f580..a6c3d2f153f3d4639a7faee7ef99594266632462 100644
(file)
--- a/
drivers/leds/Kconfig
+++ b/
drivers/leds/Kconfig
@@
-252,7
+252,8
@@
config LEDS_LP8788
config LEDS_LP8860
tristate "LED support for the TI LP8860 4 channel LED driver"
- depends on LEDS_CLASS && REGMAP_I2C
+ depends on LEDS_CLASS && I2C
+ select REGMAP_I2C
help
If you say yes here you get support for the TI LP8860 4 channel
LED driver.