diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-05-08 20:05:40 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-06 03:41:52 -0400 |
commit | 45fa9295a0215c99019653b06f11dcda0340a7f7 (patch) | |
tree | ca271290b426dde848dbde6fedbd63b242396d16 | |
parent | 2482c589c3299c3c4aaf2f9c27e1759e972492a4 (diff) |
ARM: shmobile: r8a7778: correct model name in Kconfig
The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms+renesas@verge.net.au: manually applied]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 1a517e2fe449..52e8c6ebc2b4 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -36,7 +36,7 @@ config ARCH_R8A7740 | |||
36 | select RENESAS_INTC_IRQPIN | 36 | select RENESAS_INTC_IRQPIN |
37 | 37 | ||
38 | config ARCH_R8A7778 | 38 | config ARCH_R8A7778 |
39 | bool "R-Car M1 (R8A77780)" | 39 | bool "R-Car M1A (R8A77781)" |
40 | select CPU_V7 | 40 | select CPU_V7 |
41 | select SH_CLK_CPG | 41 | select SH_CLK_CPG |
42 | select ARM_GIC | 42 | select ARM_GIC |