Skip to content

Commit

Permalink
serial: mxs-auart+imx: allow compile testing on non-Freescale archite…
Browse files Browse the repository at this point in the history
…ctures

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Oct 4, 2015
1 parent c8d1f02 commit dc2454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc2454f

Please sign in to comment.