Commit 2969bb18 authored by Axel Lin's avatar Axel Lin Committed by Bryan Wu

leds: lp8860: Fix module dependency

The driver should select REGMAP_I2C rather than depend on it.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarBryan Wu <cooloney@gmail.com>
parent 7a8685ac
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment