diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-30 19:16:25 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-08-27 09:36:56 +0200 |
commit | 16a0722320f9692e5dc42a1cab47644fa56ddb36 (patch) | |
tree | 77d3dbb568f444802f859c04f42185139170f160 /arch/arm/mach-stm32mp | |
parent | 3a5a935c52d4d334459a70ead819f2d7b6797727 (diff) | |
download | u-boot-16a0722320f9692e5dc42a1cab47644fa56ddb36.tar.gz |
stm32mp1: configs: select CONFIG_STM32_SERIAL
Select the serial driver mandatory for the console.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 7efe46432a..0de9b3ea12 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -42,6 +42,7 @@ config TARGET_STM32MP1 select PINCTRL_STM32 select STM32_RCC select STM32_RESET + select STM32_SERIAL select SYS_ARCH_TIMER imply BOOTCOUNT_LIMIT imply BOOTSTAGE |