diff options
Diffstat (limited to 'configs/xtfpga_defconfig')
-rw-r--r-- | configs/xtfpga_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/xtfpga_defconfig b/configs/xtfpga_defconfig index 77354fec07..e95b6649a3 100644 --- a/configs/xtfpga_defconfig +++ b/configs/xtfpga_defconfig @@ -23,6 +23,9 @@ CONFIG_DM=y # CONFIG_DM_STDIO is not set # CONFIG_DM_SEQ_ALIAS is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_PROTECTION=y +CONFIG_SYS_FLASH_CFI=y CONFIG_PHYLIB=y CONFIG_DM_ETH=y CONFIG_ETHOC=y |