diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-08-03 13:38:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-10 20:20:34 -0400 |
commit | fe852bc109f13664b9d733501f2c4ae33a4c7d3e (patch) | |
tree | 70017ec804e87f7e5e232f89cafe4368e91402db /configs | |
parent | e1df3fa364a5f0d8b4c589c29c0f304d69a0121c (diff) | |
download | u-boot-fe852bc109f13664b9d733501f2c4ae33a4c7d3e.tar.gz u-boot-fe852bc109f13664b9d733501f2c4ae33a4c7d3e.tar.bz2 u-boot-fe852bc109f13664b9d733501f2c4ae33a4c7d3e.zip |
stm32mp1: activate serial rx buffer
Activate the serial rx buffer.
Prepare console MUX activation with vidconsole, and avoid console
performance issue (missing character for copy-paste).
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index ed82a0a7e4..e134a66fb1 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -45,4 +45,5 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_REGULATOR_STM32_VREFBUF=y CONFIG_DM_REGULATOR_STPMU1=y +CONFIG_SERIAL_RX_BUFFER=y CONFIG_STM32_SERIAL=y |