From: Uwe Kleine-König Date: Wed, 30 Sep 2015 08:19:39 +0000 (+0200) Subject: serial: mxs-auart+imx: allow compile testing on non-Freescale architectures X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc2454f7eb08c07d12c87f526bf8de35b1d2b0c2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git serial: mxs-auart+imx: allow compile testing on non-Freescale architectures Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 835ef4d3028f..0667d1a51299 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -571,7 +571,7 @@ config BFIN_UART3_CTSRTS config SERIAL_IMX tristate "IMX serial port support" - depends on ARCH_MXC + depends on ARCH_MXC || COMPILE_TEST select SERIAL_CORE select RATIONAL help @@ -1409,7 +1409,7 @@ config SERIAL_PCH_UART_CONSOLE warnings and which allows logins in single user mode). config SERIAL_MXS_AUART - depends on ARCH_MXS + depends on ARCH_MXS || COMPILE_TEST tristate "MXS AUART support" select SERIAL_CORE select SERIAL_MCTRL_GPIO if GPIOLIB