diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 43fbba4a57e6..6a44fb1dc167 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1318,4 +1318,19 @@ config SERIAL_QE | |||
1318 | This driver supports the QE serial ports on Freescale embedded | 1318 | This driver supports the QE serial ports on Freescale embedded |
1319 | PowerPC that contain a QUICC Engine. | 1319 | PowerPC that contain a QUICC Engine. |
1320 | 1320 | ||
1321 | config SERIAL_SC26XX | ||
1322 | tristate "SC2681/SC2692 serial port support" | ||
1323 | depends on SNI_RM | ||
1324 | select SERIAL_CORE | ||
1325 | help | ||
1326 | This is a driver for the onboard serial ports of | ||
1327 | older RM400 machines. | ||
1328 | |||
1329 | config SERIAL_SC26XX_CONSOLE | ||
1330 | bool "Console on SC2681/SC2692 serial port" | ||
1331 | depends on SERIAL_SC26XX | ||
1332 | select SERIAL_CORE_CONSOLE | ||
1333 | help | ||
1334 | Support for Console on SC2681/SC2692 serial ports. | ||
1335 | |||
1321 | endmenu | 1336 | endmenu |