summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2020-08-10 14:06:52 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-08-18 13:54:34 +0200
commitea1fc02e12b647d8dd7515d1dba137847d8e951d (patch)
treeaf191a4dd93f9af740bd2fe0d4c546b9016d51f7 /drivers/tty/serial/Kconfig
parent8c6c378b0cbe0c9f1390986b5f8ffb5f6ff7593b (diff)
tty: serial: imx: add dependence and build for earlycon
Add the earlycon dependence and add earlycon Makefile support to allow to build the driver. Fixes: 699cc4dfd140 ("tty: serial: imx: add imx earlycon driver") Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Link: https://lore.kernel.org/r/20200810060652.3436-1-fugang.duan@nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 8a0352eb337c..9409be982aa6 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -517,6 +517,7 @@ config SERIAL_IMX_CONSOLE
config SERIAL_IMX_EARLYCON
bool "Earlycon on IMX serial port"
+ depends on ARCH_MXC || COMPILE_TEST
depends on OF
select SERIAL_EARLYCON
help