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 c63317e87c33..ddcc0a4c659c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1583,6 +1583,24 @@ config SERIAL_MEN_Z135 | |||
1583 | This driver can also be build as a module. If so, the module will be called | 1583 | This driver can also be build as a module. If so, the module will be called |
1584 | men_z135_uart.ko | 1584 | men_z135_uart.ko |
1585 | 1585 | ||
1586 | config SERIAL_SPRD | ||
1587 | tristate "Support for Spreadtrum serial" | ||
1588 | depends on ARCH_SPRD | ||
1589 | select SERIAL_CORE | ||
1590 | help | ||
1591 | This enables the driver for the Spreadtrum's serial. | ||
1592 | |||
1593 | config SERIAL_SPRD_CONSOLE | ||
1594 | bool "Spreadtrum UART console support" | ||
1595 | depends on SERIAL_SPRD=y | ||
1596 | select SERIAL_CORE_CONSOLE | ||
1597 | select SERIAL_EARLYCON | ||
1598 | help | ||
1599 | Support for early debug console using Spreadtrum's serial. This enables | ||
1600 | the console before standard serial driver is probed. This is enabled | ||
1601 | with "earlycon" on the kernel command line. The console is | ||
1602 | enabled when early_param is processed. | ||
1603 | |||
1586 | endmenu | 1604 | endmenu |
1587 | 1605 | ||
1588 | config SERIAL_MCTRL_GPIO | 1606 | config SERIAL_MCTRL_GPIO |