diff options
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5b48ac22c9c5..261eaa442953 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -642,12 +642,17 @@ config V850E_UART_CONSOLE | |||
642 | select SERIAL_CORE_CONSOLE | 642 | select SERIAL_CORE_CONSOLE |
643 | 643 | ||
644 | config SERIAL_SH_SCI | 644 | config SERIAL_SH_SCI |
645 | tristate "SH SCI(F) serial port support" | 645 | tristate "SuperH SCI(F) serial port support" |
646 | depends on SUPERH || H8300 | 646 | depends on SUPERH || H8300 |
647 | select SERIAL_CORE | 647 | select SERIAL_CORE |
648 | 648 | ||
649 | config SERIAL_SH_SCI_NR_UARTS | ||
650 | int "Maximum number of SCI(F) serial ports" | ||
651 | depends on SERIAL_SH_SCI | ||
652 | default "2" | ||
653 | |||
649 | config SERIAL_SH_SCI_CONSOLE | 654 | config SERIAL_SH_SCI_CONSOLE |
650 | bool "Support for console on SH SCI(F)" | 655 | bool "Support for console on SuperH SCI(F)" |
651 | depends on SERIAL_SH_SCI=y | 656 | depends on SERIAL_SH_SCI=y |
652 | select SERIAL_CORE_CONSOLE | 657 | select SERIAL_CORE_CONSOLE |
653 | 658 | ||