diff options
author | Tom Rini | 2021-09-22 14:50:28 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-06 09:15:14 -0400 |
commit | ccdc7cfbdc3c3b35434c41df7f2abdd1d6665714 (patch) | |
tree | 244b037862e65ae82153a06bfd923e06a326a502 /configs | |
parent | d73b9e67ed49be21fd51a26b830a6543dcffdbc0 (diff) |
Convert CONFIG_NAND_LPC32XX_MLC to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_LPC32XX_MLC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/work_92105_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index b09c855ed4b..d67ec056fa5 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -54,6 +54,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR=0x56 # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y +CONFIG_NAND_LPC32XX_MLC=y CONFIG_PHYLIB=y CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_SMSC=y |