diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-02-22 15:04:43 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-04-23 15:31:44 +0200 |
commit | 136580c1bbb2f5806ca5959a8d9f773bc4821a6d (patch) | |
tree | 8579f5003b2776467febe51cf3cc833bd25d1888 /configs/stm32f746-disco_defconfig | |
parent | cc19887de2475a1d8b94173b2136c6e8663ecbde (diff) |
configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX
This config file is shared between stm32f746-disco and stm32f769-disco.
These 2 boards doesn't embed the same qspi flash (Micron n25q128a on
f746-disco, Macronix mx66l51235l on f769-disco).
To be able to use Macronix mx66l51235l on F769-disco, flags
SPI_FLASH_MACRONIX must be enabled.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r-- | configs/stm32f746-disco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index e70039f8de..f03583d580 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -42,6 +42,7 @@ CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y |