We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d1f02 commit dc2454fCopy full SHA for dc2454f
drivers/tty/serial/Kconfig
@@ -571,7 +571,7 @@ config BFIN_UART3_CTSRTS
571
572
config SERIAL_IMX
573
tristate "IMX serial port support"
574
- depends on ARCH_MXC
+ depends on ARCH_MXC || COMPILE_TEST
575
select SERIAL_CORE
576
select RATIONAL
577
help
@@ -1409,7 +1409,7 @@ config SERIAL_PCH_UART_CONSOLE
1409
warnings and which allows logins in single user mode).
1410
1411
config SERIAL_MXS_AUART
1412
- depends on ARCH_MXS
+ depends on ARCH_MXS || COMPILE_TEST
1413
tristate "MXS AUART support"
1414
1415
select SERIAL_MCTRL_GPIO if GPIOLIB
0 commit comments