diff mbox

sh: Fix maximum number of SCIF ports in R2D defconfigs

Message ID 20100422060604.8151.71593.sendpatchset@t400s (mailing list archive)
State Accepted
Commit 43f5988c1853b1f6c4cd1fca1d4dccd7833d6a8e
Headers show

Commit Message

Magnus Damm April 22, 2010, 6:06 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/sh/configs/rts7751r2d1_defconfig
+++ work/arch/sh/configs/rts7751r2d1_defconfig	2010-04-22 13:07:12.000000000 +0900
@@ -877,7 +877,7 @@  CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 #
 # CONFIG_SERIAL_MAX3100 is not set
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=1
+CONFIG_SERIAL_SH_SCI_NR_UARTS=2
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
--- 0001/arch/sh/configs/rts7751r2dplus_defconfig
+++ work/arch/sh/configs/rts7751r2dplus_defconfig	2010-04-22 13:07:21.000000000 +0900
@@ -963,7 +963,7 @@  CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 #
 # CONFIG_SERIAL_MAX3100 is not set
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=1
+CONFIG_SERIAL_SH_SCI_NR_UARTS=2
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y