diff options
Diffstat (limited to 'configs/malta64el_defconfig')
-rw-r--r-- | configs/malta64el_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/malta64el_defconfig b/configs/malta64el_defconfig index 63989ce288..592fef5d2c 100644 --- a/configs/malta64el_defconfig +++ b/configs/malta64el_defconfig @@ -23,6 +23,9 @@ CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="mti,malta" CONFIG_ENV_IS_IN_FLASH=y CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y +CONFIG_SYS_FLASH_CFI=y CONFIG_PCI=y CONFIG_RTC_MC146818=y CONFIG_SYS_NS16550=y |