commit | 16a0722320f9692e5dc42a1cab47644fa56ddb36 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 30 19:16:25 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Tue Aug 27 09:36:56 2019 +0200 |
tree | 77d3dbb568f444802f859c04f42185139170f160 | |
parent | 3a5a935c52d4d334459a70ead819f2d7b6797727 [diff] |
stm32mp1: configs: select CONFIG_STM32_SERIAL Select the serial driver mandatory for the console. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 7efe464..0de9b3e 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig
@@ -42,6 +42,7 @@ select PINCTRL_STM32 select STM32_RCC select STM32_RESET + select STM32_SERIAL select SYS_ARCH_TIMER imply BOOTCOUNT_LIMIT imply BOOTSTAGE