diff options
author | Tom Rini | 2022-05-13 09:18:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:00 -0400 |
commit | 2f57139c211d193debddd25f45c02b738cefd871 (patch) | |
tree | bbdf215e6fab764f7827c227d3090a43c3cae9cf /configs/M5272C3_defconfig | |
parent | d498c670541a010899b25f9653713a804575606e (diff) |
Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FLASH_CFI_WIDTH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/M5272C3_defconfig')
-rw-r--r-- | configs/M5272C3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5272C3_defconfig b/configs/M5272C3_defconfig index 376fb425306..e3f736bf630 100644 --- a/configs/M5272C3_defconfig +++ b/configs/M5272C3_defconfig @@ -54,6 +54,7 @@ CONFIG_SYS_BR7_PRELIM=0x701 CONFIG_SYS_OR7_PRELIM=0xFFC0007C CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_CFI_WIDTH_16BIT=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y CONFIG_DM_ETH=y |