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 /configs/stm32mp15_trusted_defconfig | |
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>
Diffstat (limited to 'configs/stm32mp15_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 844cbcd076..bc76c083ad 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -91,7 +91,6 @@ CONFIG_REMOTEPROC_STM32_COPRO=y CONFIG_DM_RTC=y CONFIG_RTC_STM32=y CONFIG_SERIAL_RX_BUFFER=y -CONFIG_STM32_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y |