diff options
author | Adam Ford | 2018-07-08 06:18:48 -0500 |
---|---|---|
committer | Tom Rini | 2018-07-21 22:26:25 -0400 |
commit | d294335e5d51aa83b6dd57db85c3251e9a92349e (patch) | |
tree | d1cc54dd07518ec90a0da9a8ff82cfc8a3a594e6 /configs/devkit3250_defconfig | |
parent | 474ecd2c84d97314b8145fbe3a57887f41b2edb3 (diff) |
Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_LPC32XX_SLC
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/devkit3250_defconfig')
-rw-r--r-- | configs/devkit3250_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig index 14c24ce6f2b..8a37122104c 100644 --- a/configs/devkit3250_defconfig +++ b/configs/devkit3250_defconfig @@ -34,6 +34,7 @@ CONFIG_DM_GPIO=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y CONFIG_NAND=y +CONFIG_NAND_LPC32XX_SLC=y CONFIG_SPL_NAND_SIMPLE=y CONFIG_PHYLIB=y CONFIG_PHY_ADDR_ENABLE=y |