tty: serial: imx: add imx earlycon driver
authorFugang Duan <fugang.duan@nxp.com>
Fri, 24 Jul 2020 07:08:15 +0000 (15:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 15:11:02 +0000 (17:11 +0200)
commit699cc4dfd14071e4843e2fde8ce01f09871eb318
tree0de192fd5e751a3e4725815fb4da3a146eeaffa1
parent0db4f9b91c86bfe9d33e191a31b0150879e2acee
tty: serial: imx: add imx earlycon driver

Split imx earlycon driver from imx serial driver "imx.c" as
separated driver. imx serial driver can be built as module,
but earlycon driver only support build in.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Link: https://lore.kernel.org/r/20200724070815.11445-3-fugang.duan@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/imx_earlycon.c [new file with mode: 0644]