From e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Jun 2020 10:46:46 -0400 Subject: Convert CONFIG_MXC_UART to Kconfig This converts the following to Kconfig: CONFIG_MXC_UART Signed-off-by: Tom Rini Acked-by: Peng Fan --- drivers/serial/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/serial/Kconfig') diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 17d0e73623..14df2e9247 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -609,7 +609,8 @@ config MCFUART config MXC_UART bool "IMX serial port support" - depends on MX5 || MX6 || MX7 || IMX8M + depends on ARCH_MX25 || ARCH_MX31 || TARGET_APF27 || TARGET_FLEA3 || TARGET_MX35PDK \ + || 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. -- cgit