diff options
Diffstat (limited to 'configs/MPC832XEMDS_SLAVE_defconfig')
-rw-r--r-- | configs/MPC832XEMDS_SLAVE_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/MPC832XEMDS_SLAVE_defconfig b/configs/MPC832XEMDS_SLAVE_defconfig index 682a9a8337..332088934a 100644 --- a/configs/MPC832XEMDS_SLAVE_defconfig +++ b/configs/MPC832XEMDS_SLAVE_defconfig @@ -16,5 +16,8 @@ CONFIG_CMD_PCI=y CONFIG_CMD_PING=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_SYS_NS16550=y CONFIG_OF_LIBFDT=y |