diff mbox series

[U-Boot,4/7] drivers: serial: mcfuart: add Kconfig option

Message ID 20180920210755.22381-5-angelo@sysam.it
State Superseded
Delegated to: Jason Jin
Headers show
Series [U-Boot,1/7] m68k: add basic set of devicetrees | expand

Commit Message

Angelo Dureghello Sept. 20, 2018, 9:07 p.m. UTC
This patch adds missing CONFIG_MCFUART to Kconfig.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 drivers/serial/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Simon Glass Sept. 26, 2018, 5:42 a.m. UTC | #1
On 20 September 2018 at 15:07, Angelo Dureghello <angelo@sysam.it> wrote:
> This patch adds missing CONFIG_MCFUART to Kconfig.
>
> Signed-off-by: Angelo Dureghello <angelo@sysam.it>
> ---
>  drivers/serial/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

Suggest you expand the help to mention what features the driver
supports (baud rates, serial format?)

> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 5fa27254e3..dcbe999776 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -499,6 +499,13 @@ 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 ColFfire
> +          SoC's family.
> +
>  config MXC_UART
>         bool "IMX serial port support"
>         depends on MX5 || MX6
> --
> 2.19.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 5fa27254e3..dcbe999776 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -499,6 +499,13 @@  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 ColFfire
+          SoC's family.
+
 config MXC_UART
 	bool "IMX serial port support"
 	depends on MX5 || MX6