diff options
author | Adam Ford <aford173@gmail.com> | 2018-08-06 14:26:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 13:04:00 -0400 |
commit | cc3fedb2046962c6a11e16b1d73d98b4e108a651 (patch) | |
tree | ac0be98c6cfef8ad710527946c5aaef59476ffcc /drivers/input | |
parent | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (diff) | |
download | u-boot-cc3fedb2046962c6a11e16b1d73d98b4e108a651.zip u-boot-cc3fedb2046962c6a11e16b1d73d98b4e108a651.tar.gz u-boot-cc3fedb2046962c6a11e16b1d73d98b4e108a651.tar.bz2 |
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/input')
-rw-r--r-- | drivers/input/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index b3873c1..7ffb949 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -24,3 +24,8 @@ config I8042_KEYB driver handles English and German keyboards - set the environment variable 'keymap' to "de" to select German. Keyboard repeat is handled by the keyboard itself. + +config TWL4030_INPUT + bool "Enable TWL4030 Input controller" + help + Enable TWL4030 Input controller |