summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Makefile
diff options
context:
space:
mode:
authorJacky Huang <ychuang3@nuvoton.com>2023-06-19 03:23:29 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-19 15:42:26 +0200
commit930cbf92db0184e327293d5e7089be0b08d46371 (patch)
tree381d662a3069d37e50a678999cb0c9c2345d3e5b /drivers/tty/serial/Makefile
parente0edfdc15863ec80a1d9ac6e174dbccc00206dd0 (diff)
downloadlinux-930cbf92db0184e327293d5e7089be0b08d46371.tar.gz
linux-930cbf92db0184e327293d5e7089be0b08d46371.tar.bz2
linux-930cbf92db0184e327293d5e7089be0b08d46371.zip
tty: serial: Add Nuvoton ma35d1 serial driver support
This adds UART and console driver for Nuvoton ma35d1 Soc. It supports full-duplex communication, FIFO control, and hardware flow control. Command line set "console=ttyNVT0,115200", NVT means Nuvoton MA35 UART port. The UART driver probe will create path named "/dev/ttyNVTx". Signed-off-by: Jacky Huang <ychuang3@nuvoton.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20230619032330.233796-2-ychuang570808@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Makefile')
-rw-r--r--drivers/tty/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Makefile b/drivers/tty/serial/Makefile
index 4f7ab4150ec5..d4123469583d 100644
--- a/drivers/tty/serial/Makefile
+++ b/drivers/tty/serial/Makefile
@@ -94,3 +94,4 @@ obj-$(CONFIG_SERIAL_MCTRL_GPIO) += serial_mctrl_gpio.o
obj-$(CONFIG_SERIAL_KGDB_NMI) += kgdb_nmi.o
obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o
+obj-$(CONFIG_SERIAL_NUVOTON_MA35D1) += ma35d1_serial.o