diff options
Diffstat (limited to 'configs/at91rm9200ek_defconfig')
-rw-r--r-- | configs/at91rm9200ek_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/at91rm9200ek_defconfig b/configs/at91rm9200ek_defconfig index 6af0118cf5..7ebbdacbfc 100644 --- a/configs/at91rm9200ek_defconfig +++ b/configs/at91rm9200ek_defconfig @@ -20,6 +20,9 @@ CONFIG_CMD_FAT=y CONFIG_ENV_IS_IN_FLASH=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_PROTECTION=y +CONFIG_SYS_FLASH_CFI=y CONFIG_MII=y CONFIG_USB=y CONFIG_USB_STORAGE=y |