diff options
| -rw-r--r-- | drivers/leds/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index b0dce59f23e8..a6c3d2f153f3 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
| @@ -252,7 +252,8 @@ config LEDS_LP8788 | |||
| 252 | 252 | ||
| 253 | config LEDS_LP8860 | 253 | config LEDS_LP8860 |
| 254 | tristate "LED support for the TI LP8860 4 channel LED driver" | 254 | tristate "LED support for the TI LP8860 4 channel LED driver" |
| 255 | depends on LEDS_CLASS && REGMAP_I2C | 255 | depends on LEDS_CLASS && I2C |
| 256 | select REGMAP_I2C | ||
| 256 | help | 257 | help |
| 257 | If you say yes here you get support for the TI LP8860 4 channel | 258 | If you say yes here you get support for the TI LP8860 4 channel |
| 258 | LED driver. | 259 | LED driver. |
