diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-07-26 15:48:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-31 11:22:54 -0400 |
commit | 84e9dcc120c59942cc35a1e229e856ce556d7ca2 (patch) | |
tree | bf0de28f8eab0fa7cf33040809b6c0e0acb6b902 /configs/stm32f746-disco_defconfig | |
parent | 0fa0abecfc1051b624aff3008a728abe41127b67 (diff) |
serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
Add CONFIG_STM32X7_SERIAL as a Kconfig option.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@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 0daadde061..439b796282 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -43,6 +43,7 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_STM32=y CONFIG_RAM=y CONFIG_STM32_SDRAM=y +CONFIG_STM32X7_SERIAL=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y CONFIG_OF_LIBFDT_OVERLAY=y |