summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/Makefile
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2014-07-31 21:22:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-08 15:26:26 -0700
commit28e3fb6c4dce76d59a76755c4360d1cd5e0e226c (patch)
treee976dbc5e79e2e5acdb57abf1d15f5fbec29d8b3 /drivers/tty/serial/8250/Makefile
parente676253b19b2d269cccf67fdb1592120a0cd0676 (diff)
downloadop-kernel-dev-28e3fb6c4dce76d59a76755c4360d1cd5e0e226c.zip
op-kernel-dev-28e3fb6c4dce76d59a76755c4360d1cd5e0e226c.tar.gz
serial: Add support for Fintek F81216A LPC to 4 UART
This patch lets you set the RS485 cappabilites of the device through TIOCSRS485 and TIOCGRS485 as defined on Documentation/serial/serial-rs485.txt In order to probe the device, the PNP id and the device id is used. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/Makefile')
-rw-r--r--drivers/tty/serial/8250/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Makefile b/drivers/tty/serial/8250/Makefile
index 36d68d0..e08407d 100644
--- a/drivers/tty/serial/8250/Makefile
+++ b/drivers/tty/serial/8250/Makefile
@@ -20,3 +20,4 @@ obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o
obj-$(CONFIG_SERIAL_8250_FSL) += 8250_fsl.o
obj-$(CONFIG_SERIAL_8250_DW) += 8250_dw.o
obj-$(CONFIG_SERIAL_8250_EM) += 8250_em.o
+obj-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o
OpenPOWER on IntegriCloud