|
@@ -642,12 +642,17 @@ config V850E_UART_CONSOLE
|
|
select SERIAL_CORE_CONSOLE
|
|
select SERIAL_CORE_CONSOLE
|
|
|
|
|
|
config SERIAL_SH_SCI
|
|
config SERIAL_SH_SCI
|
|
- tristate "SH SCI(F) serial port support"
|
|
|
|
|
|
+ tristate "SuperH SCI(F) serial port support"
|
|
depends on SUPERH || H8300
|
|
depends on SUPERH || H8300
|
|
select SERIAL_CORE
|
|
select SERIAL_CORE
|
|
|
|
|
|
|
|
+config SERIAL_SH_SCI_NR_UARTS
|
|
|
|
+ int "Maximum number of SCI(F) serial ports"
|
|
|
|
+ depends on SERIAL_SH_SCI
|
|
|
|
+ default "2"
|
|
|
|
+
|
|
config SERIAL_SH_SCI_CONSOLE
|
|
config SERIAL_SH_SCI_CONSOLE
|
|
- bool "Support for console on SH SCI(F)"
|
|
|
|
|
|
+ bool "Support for console on SuperH SCI(F)"
|
|
depends on SERIAL_SH_SCI=y
|
|
depends on SERIAL_SH_SCI=y
|
|
select SERIAL_CORE_CONSOLE
|
|
select SERIAL_CORE_CONSOLE
|
|
|
|
|