serial: mxs-auart+imx: allow compile testing on non-Freescale architectures
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c8d1f02245
commit
dc2454f7eb
|
@ -571,7 +571,7 @@ config BFIN_UART3_CTSRTS
|
||||||
|
|
||||||
config SERIAL_IMX
|
config SERIAL_IMX
|
||||||
tristate "IMX serial port support"
|
tristate "IMX serial port support"
|
||||||
depends on ARCH_MXC
|
depends on ARCH_MXC || COMPILE_TEST
|
||||||
select SERIAL_CORE
|
select SERIAL_CORE
|
||||||
select RATIONAL
|
select RATIONAL
|
||||||
help
|
help
|
||||||
|
@ -1409,7 +1409,7 @@ config SERIAL_PCH_UART_CONSOLE
|
||||||
warnings and which allows logins in single user mode).
|
warnings and which allows logins in single user mode).
|
||||||
|
|
||||||
config SERIAL_MXS_AUART
|
config SERIAL_MXS_AUART
|
||||||
depends on ARCH_MXS
|
depends on ARCH_MXS || COMPILE_TEST
|
||||||
tristate "MXS AUART support"
|
tristate "MXS AUART support"
|
||||||
select SERIAL_CORE
|
select SERIAL_CORE
|
||||||
select SERIAL_MCTRL_GPIO if GPIOLIB
|
select SERIAL_MCTRL_GPIO if GPIOLIB
|
||||||
|
|
Loading…
Reference in New Issue