[U-Boot] [PATCH v3 05/11] drivers: serial: mcfuart: add Kconfig option
Angelo Dureghello
angelo at sysam.it
Sat Oct 13 22:34:33 UTC 2018
This patch adds missing CONFIG_MCFUART to Kconfig.
Signed-off-by: Angelo Dureghello <angelo at sysam.it>
---
Changes for v2:
- better Kconfig help
Changes for v3:
- none
---
drivers/serial/Kconfig | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 597db4b9cb..1ebeaa3936 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -520,6 +520,15 @@ config MVEBU_A3700_UART
Choose this option to add support for UART driver on the Marvell
Armada 3700 SoC. The base address is configured via DT.
+config MCFUART
+ bool "Freescale ColdFire UART support"
+ default n
+ help
+ Choose this option to add support for UART driver on the ColdFire
+ SoC's family. The serial communication channel provides a full-duplex
+ asynchronous/synchronous receiver and transmitter deriving an
+ operating frequency from the internal bus clock or an external clock.
+
config MXC_UART
bool "IMX serial port support"
depends on MX5 || MX6
--
2.19.1
More information about the U-Boot
mailing list