aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-07-26 15:48:39 +0200
committerTom Rini <trini@konsulko.com>2017-07-31 11:22:54 -0400
commit84e9dcc120c59942cc35a1e229e856ce556d7ca2 (patch)
treebf0de28f8eab0fa7cf33040809b6c0e0acb6b902 /drivers/serial
parent0fa0abecfc1051b624aff3008a728abe41127b67 (diff)
downloadu-boot-midas-84e9dcc120c59942cc35a1e229e856ce556d7ca2.tar.gz
u-boot-midas-84e9dcc120c59942cc35a1e229e856ce556d7ca2.tar.bz2
u-boot-midas-84e9dcc120c59942cc35a1e229e856ce556d7ca2.zip
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 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 0748a92545..2582c954f2 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -509,6 +509,13 @@ config STI_ASC_SERIAL
on STiH410 SoC. This is a basic implementation, it supports
following baudrate 9600, 19200, 38400, 57600 and 115200.
+config STM32X7_SERIAL
+ bool "STMicroelectronics STM32 SoCs on-chip UART"
+ depends on DM_SERIAL && STM32F7
+ help
+ If you have a machine based on a STM32 F7 you can enable its
+ onboard serial ports, say Y to this option. If unsure, say N.
+
config MPC8XX_CONS
bool "Console driver for MPC8XX"
depends on 8xx