summaryrefslogtreecommitdiff
path: root/configs/stm32f746-disco_defconfig
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-02-12 18:25:45 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-17 18:15:12 (GMT)
commit712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f (patch)
treee3e97565765f3816b750bd0d40a8bea0d35e168c /configs/stm32f746-disco_defconfig
parent42bf5e7c27ae73b0e56c29f5af3cae5d15d35afa (diff)
downloadu-boot-712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f.tar.xz
clk: stm32f7: add clock driver for stm32f7 family
add basic clock driver support for stm32f7 to enable clocks required by the peripherals. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r--configs/stm32f746-disco_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index f638ca0..8fcab9d 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -39,3 +39,4 @@ CONFIG_DM_SPI=y
CONFIG_STM32_QSPI=y
CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set
+CONFIG_CLK=y