diff options
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 04b9e13045d7..26907cf25744 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1130,6 +1130,24 @@ config SERIAL_SC26XX_CONSOLE | |||
1130 | help | 1130 | help |
1131 | Support for Console on SC2681/SC2692 serial ports. | 1131 | Support for Console on SC2681/SC2692 serial ports. |
1132 | 1132 | ||
1133 | config SERIAL_SCCNXP | ||
1134 | bool "SCCNXP serial port support" | ||
1135 | depends on !SERIAL_SC26XX | ||
1136 | select SERIAL_CORE | ||
1137 | default n | ||
1138 | help | ||
1139 | This selects support for an advanced UART from NXP (Philips). | ||
1140 | Supported ICs are SCC2681, SCC2691, SCC2692, SC28L91, SC28L92, | ||
1141 | SC28L202, SCC68681 and SCC68692. | ||
1142 | Positioned as a replacement for the driver SC26XX. | ||
1143 | |||
1144 | config SERIAL_SCCNXP_CONSOLE | ||
1145 | bool "Console on SCCNXP serial port" | ||
1146 | depends on SERIAL_SCCNXP | ||
1147 | select SERIAL_CORE_CONSOLE | ||
1148 | help | ||
1149 | Support for console on SCCNXP serial ports. | ||
1150 | |||
1133 | config SERIAL_BFIN_SPORT | 1151 | config SERIAL_BFIN_SPORT |
1134 | tristate "Blackfin SPORT emulate UART" | 1152 | tristate "Blackfin SPORT emulate UART" |
1135 | depends on BLACKFIN | 1153 | depends on BLACKFIN |