diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-10-04 11:05:52 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-10-08 08:24:20 +0200 |
commit | cc30ea584ef8f3533448dd75716e8a4d28c9e495 (patch) | |
tree | a1e6ca28907422196c8d6fa2d75a5ca36f36c311 /configs/stm32f469-discovery_defconfig | |
parent | 2d0808161b2b07a21119c2037c088dae1ab80c0a (diff) | |
download | u-boot-cc30ea584ef8f3533448dd75716e8a4d28c9e495.tar.gz |
Convert CONFIG_STM32_FLASH to Kconfig
This converts the CONFIG_STM32_FLASH to Kconfig by using
tools/moveconfig.py
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32f469-discovery_defconfig')
-rw-r--r-- | configs/stm32f469-discovery_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index 7960618d465..0b33e0b3c8b 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -28,6 +28,7 @@ CONFIG_ARM_PL180_MMCI=y CONFIG_MTD=y CONFIG_DM_MTD=y CONFIG_MTD_NOR_FLASH=y +CONFIG_STM32_FLASH=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y # CONFIG_PINCTRL_FULL is not set |