diff mbox series

[U-Boot] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M

Message ID 20190807070516.10207-1-peng.fan@nxp.com
State Accepted
Commit 8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232
Delegated to: Stefano Babic
Headers show
Series [U-Boot] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M | expand

Commit Message

Peng Fan Aug. 7, 2019, 6:49 a.m. UTC
i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could
use MXC_UART kconfig.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ye Li Aug. 7, 2019, 9:06 a.m. UTC | #1
> i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could
> use MXC_UART kconfig.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  drivers/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 8a447fd6e3..e5657979ff 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -569,7 +569,7 @@ config MCFUART
>  
>  config MXC_UART
>  	bool "IMX serial port support"
> -	depends on MX5 || MX6
> +	depends on MX5 || MX6 || MX7 || IMX8M
Reviewed-by: Ye Li <ye.li@nxp.com>

Best regards,
Ye Li
>  	help
>  	  If you have a machine based on a Motorola IMX CPU you
>  	  can enable its onboard serial port by enabling this option.
>
Peng Fan Aug. 13, 2019, 8:28 a.m. UTC | #2
> Subject: [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
> 
> i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could use
> MXC_UART kconfig.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Applied to nxp-imx-8-13,
https://github.com/MrVan/u-boot/tree/nxp-imx-8-13

Regards,
Peng.
diff mbox series

Patch

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 8a447fd6e3..e5657979ff 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -569,7 +569,7 @@  config MCFUART
 
 config MXC_UART
 	bool "IMX serial port support"
-	depends on MX5 || MX6
+	depends on MX5 || MX6 || MX7 || IMX8M
 	help
 	  If you have a machine based on a Motorola IMX CPU you
 	  can enable its onboard serial port by enabling this option.