From d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 Mon Sep 17 00:00:00 2001 From: Sudip Mukherjee Date: Mon, 30 Jan 2017 22:28:21 +0000 Subject: serial: exar: split out the exar code from 8250_pci Add the serial driver for the Exar chips. And also register the platform device for the GPIO provided by the Exar chips. Reviewed-by: Andy Shevchenko Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/tty/serial/8250/Kconfig') diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index c0bf996a826e..2573dedd6b2d 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -127,6 +127,10 @@ config SERIAL_8250_PCI Note that serial ports on NetMos 9835 Multi-I/O cards are handled by the parport_serial driver, enabled with CONFIG_PARPORT_SERIAL. +config SERIAL_8250_EXAR + tristate "8250/16550 PCI device support" + depends on SERIAL_8250_PCI + config SERIAL_8250_HP300 tristate depends on SERIAL_8250 && HP300 -- cgit v1.2.3-59-g8ed1b