diff options
author | Adam Ford | 2018-08-06 14:26:50 -0500 |
---|---|---|
committer | Tom Rini | 2018-08-17 13:04:00 -0400 |
commit | cc3fedb2046962c6a11e16b1d73d98b4e108a651 (patch) | |
tree | ac0be98c6cfef8ad710527946c5aaef59476ffcc /drivers/misc | |
parent | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (diff) |
Convert CONFIG_TWL4030_LED et al to Kconfig
This converts the following to Kconfig:
CONFIG_TWL4030_LED
CONFIG_TWL4030_INPUT
This also removes dead references to:
CONFIG_TWL4030_KEYPAD
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6bcd49a1147..c2b7cc15db1 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -195,6 +195,11 @@ config TEGRA186_BPMP can make requests to the BPMP. This driver is similar to an MFD driver in the Linux kernel. +config TWL4030_LED + bool "Enable TWL4030 LED controller" + help + Enable this to add support for the TWL4030 LED controller. + config WINBOND_W83627 bool "Enable Winbond Super I/O driver" help |