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 /configs/omap3_overo_defconfig | |
parent | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (diff) | |
download | u-boot-cc3fedb2046962c6a11e16b1d73d98b4e108a651.tar.gz |
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 'configs/omap3_overo_defconfig')
-rw-r--r-- | configs/omap3_overo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_overo_defconfig b/configs/omap3_overo_defconfig index 8b4146dccc..0c4a021bc5 100644 --- a/configs/omap3_overo_defconfig +++ b/configs/omap3_overo_defconfig @@ -31,6 +31,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(xloader),1792k(u-boot),256k(environ),8m(linux),-(rootfs)" CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y +CONFIG_TWL4030_LED=y CONFIG_MMC_OMAP_HS=y CONFIG_NAND=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y |