From: Peng Fan Date: Wed, 7 Aug 2019 06:49:39 +0000 (+0000) Subject: serial: Kconfig: make MXC_UART usable for MX7 and IMX8M X-Git-Tag: v2020.10~564^2~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Ye Li --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index ae2d819..d36a010 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.