diff options
Diffstat (limited to 'configs/meesc_defconfig')
-rw-r--r-- | configs/meesc_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/meesc_defconfig b/configs/meesc_defconfig index b80521ed19..dd4d5444f3 100644 --- a/configs/meesc_defconfig +++ b/configs/meesc_defconfig @@ -30,7 +30,7 @@ CONFIG_CLK_AT91=y CONFIG_DM_GPIO=y CONFIG_AT91_GPIO=y # CONFIG_MMC is not set -CONFIG_NAND=y +CONFIG_MTD_RAW_NAND=y # CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_DM_SPI_FLASH=y @@ -42,3 +42,4 @@ CONFIG_DM_SERIAL=y CONFIG_ATMEL_USART=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_MTD=y |