diff options
author | Patrice Chotard | 2017-11-15 13:14:50 +0100 |
---|---|---|
committer | Tom Rini | 2017-11-29 22:30:50 -0500 |
commit | fe8d4780fffb0fe211fda3a5253f154c1e026939 (patch) | |
tree | f2cb7b6b7cc026c3a4f4c4e2298f77131cafb832 | |
parent | c88c6a9e03e7845bb8ec87133ac3b84d2bd154cb (diff) |
configs: stm32f746-disco: enable MISC/DM_RESET/STM32_RESET and STM32_RCC
This allows to add rcc MFD support to stm32f746-disco board
This rcc MFD driver manages clock and reset for STM32 SoCs family
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
-rw-r--r-- | configs/stm32f746-disco_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index 378cf83d1f9..b6617611264 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -30,6 +30,8 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_NETCONSOLE=y CONFIG_CLK=y CONFIG_DM_GPIO=y +CONFIG_MISC=y +CONFIG_STM32_RCC=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y @@ -43,6 +45,8 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_STM32=y CONFIG_RAM=y CONFIG_STM32_SDRAM=y +CONFIG_DM_RESET=y +CONFIG_STM32_RESET=y CONFIG_STM32X7_SERIAL=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y |