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 /include/configs/devkit8000.h | |
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 'include/configs/devkit8000.h')
-rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index dae76c3fbd5..1b175be3870 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -54,7 +54,6 @@ #undef CONFIG_DM9000_DEBUG /* TWL4030 */ -#define CONFIG_TWL4030_LED 1 /* Board NAND Info */ #define CONFIG_JFFS2_NAND |