diff options
| author | Jon Ringle <jringle@gridpoint.com> | 2014-04-24 20:56:06 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-25 13:08:48 -0400 |
| commit | dfeae619d781dee61666d5551b93ba3be755a86b (patch) | |
| tree | 21fc2495693f3a9c8192ad5975ee29d8eef5159a /drivers/tty/serial/Makefile | |
| parent | 2aafb3864b9fa5ce83250537d940f973ef37b8dc (diff) | |
serial: sc16is7xx
The SC16IS7xx is a slave I2C-bus/SPI interface to a single-channel
high performance UART. The SC16IS7xx's internal register set is
backward-compatible with the widely used and widely popular 16C450.
The SC16IS7xx also provides additional advanced features such as
auto hardware and software flow control, automatic RS-485 support, and
software reset.
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Makefile')
| -rw-r--r-- | drivers/tty/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Makefile b/drivers/tty/serial/Makefile index 3a5be4633333..712732b43917 100644 --- a/drivers/tty/serial/Makefile +++ b/drivers/tty/serial/Makefile | |||
| @@ -51,6 +51,7 @@ obj-$(CONFIG_SERIAL_MPSC) += mpsc.o | |||
| 51 | obj-$(CONFIG_SERIAL_SB1250_DUART) += sb1250-duart.o | 51 | obj-$(CONFIG_SERIAL_SB1250_DUART) += sb1250-duart.o |
| 52 | obj-$(CONFIG_ETRAX_SERIAL) += crisv10.o | 52 | obj-$(CONFIG_ETRAX_SERIAL) += crisv10.o |
| 53 | obj-$(CONFIG_SERIAL_SCCNXP) += sccnxp.o | 53 | obj-$(CONFIG_SERIAL_SCCNXP) += sccnxp.o |
| 54 | obj-$(CONFIG_SERIAL_SC16IS7XX) += sc16is7xx.o | ||
| 54 | obj-$(CONFIG_SERIAL_JSM) += jsm/ | 55 | obj-$(CONFIG_SERIAL_JSM) += jsm/ |
| 55 | obj-$(CONFIG_SERIAL_TXX9) += serial_txx9.o | 56 | obj-$(CONFIG_SERIAL_TXX9) += serial_txx9.o |
| 56 | obj-$(CONFIG_SERIAL_VR41XX) += vr41xx_siu.o | 57 | obj-$(CONFIG_SERIAL_VR41XX) += vr41xx_siu.o |
