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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 988fa2b6243b..c3e2b328327c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1178,6 +1178,15 @@ config SERIAL_SCCNXP_CONSOLE | |||
1178 | help | 1178 | help |
1179 | Support for console on SCCNXP serial ports. | 1179 | Support for console on SCCNXP serial ports. |
1180 | 1180 | ||
1181 | config SERIAL_SC16IS7XX | ||
1182 | tristate "SC16IS7xx serial support" | ||
1183 | select SERIAL_CORE | ||
1184 | select REGMAP_I2C if I2C | ||
1185 | help | ||
1186 | This selects support for SC16IS7xx serial ports. | ||
1187 | Supported ICs are SC16IS740, SC16IS741, SC16IS750, SC16IS752, | ||
1188 | SC16IS760 and SC16IS762. | ||
1189 | |||
1181 | config SERIAL_BFIN_SPORT | 1190 | config SERIAL_BFIN_SPORT |
1182 | tristate "Blackfin SPORT emulate UART" | 1191 | tristate "Blackfin SPORT emulate UART" |
1183 | depends on BLACKFIN | 1192 | depends on BLACKFIN |