Skip to content

Commit dc2454f

Browse files
Uwe Kleine-Königgregkh
authored andcommitted
serial: mxs-auart+imx: allow compile testing on non-Freescale architectures
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c8d1f02 commit dc2454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/tty/serial/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ config BFIN_UART3_CTSRTS
571571

572572
config SERIAL_IMX
573573
tristate "IMX serial port support"
574-
depends on ARCH_MXC
574+
depends on ARCH_MXC || COMPILE_TEST
575575
select SERIAL_CORE
576576
select RATIONAL
577577
help
@@ -1409,7 +1409,7 @@ config SERIAL_PCH_UART_CONSOLE
14091409
warnings and which allows logins in single user mode).
14101410

14111411
config SERIAL_MXS_AUART
1412-
depends on ARCH_MXS
1412+
depends on ARCH_MXS || COMPILE_TEST
14131413
tristate "MXS AUART support"
14141414
select SERIAL_CORE
14151415
select SERIAL_MCTRL_GPIO if GPIOLIB

0 commit comments

Comments
 (0)