diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-04-15 00:44:52 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-04 06:32:04 -0400 |
commit | 03e40cecc21c9b24d3911896755fde933fc52887 (patch) | |
tree | 0170d570ac68fc777150ff4d2b3fa92e0b5139ed | |
parent | c7788792a5e7b0d5d7f96d0766b4cb6112d47d75 (diff) |
ARM: shmobile: armadillo800eva: Fix maximum number of SCIF
The r8a77740 has 9ch SCIF. It is not 8ch.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 0f2d80da7378..fae939d3d7f0 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig | |||
@@ -86,7 +86,7 @@ CONFIG_TOUCHSCREEN_ST1232=y | |||
86 | # CONFIG_SERIO is not set | 86 | # CONFIG_SERIO is not set |
87 | # CONFIG_LEGACY_PTYS is not set | 87 | # CONFIG_LEGACY_PTYS is not set |
88 | CONFIG_SERIAL_SH_SCI=y | 88 | CONFIG_SERIAL_SH_SCI=y |
89 | CONFIG_SERIAL_SH_SCI_NR_UARTS=8 | 89 | CONFIG_SERIAL_SH_SCI_NR_UARTS=9 |
90 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | 90 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
91 | # CONFIG_HW_RANDOM is not set | 91 | # CONFIG_HW_RANDOM is not set |
92 | CONFIG_I2C=y | 92 | CONFIG_I2C=y |