aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-08-28 04:28:09 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-09-01 20:32:08 -0400
commit13298fbbdb3f6a0ef55419dc048e064c7a7b0ef8 (patch)
treec1509937b736a80b8cb10b5460311a59517acd59
parent0cdc23df6e4014a6dafe351da436dcc453f203b1 (diff)
ARM: shmobile: r8a7791 is now called "R-Car M2-W"
As per recent revisions of the datasheet. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/mach-shmobile/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 6283ff2761a4..efc49dabbf2f 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -59,7 +59,7 @@ config ARCH_R8A7790
59 select ARCH_RCAR_GEN2 59 select ARCH_RCAR_GEN2
60 60
61config ARCH_R8A7791 61config ARCH_R8A7791
62 bool "R-Car M2 (R8A77910)" 62 bool "R-Car M2-W (R8A77910)"
63 select ARCH_RCAR_GEN2 63 select ARCH_RCAR_GEN2
64 64
65comment "Renesas ARM SoCs Board Type" 65comment "Renesas ARM SoCs Board Type"
@@ -141,7 +141,7 @@ config ARCH_R8A7790
141 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE 141 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
142 142
143config ARCH_R8A7791 143config ARCH_R8A7791
144 bool "R-Car M2 (R8A77910)" 144 bool "R-Car M2-W (R8A77910)"
145 select ARCH_RCAR_GEN2 145 select ARCH_RCAR_GEN2
146 select ARCH_WANT_OPTIONAL_GPIOLIB 146 select ARCH_WANT_OPTIONAL_GPIOLIB
147 select ARM_GIC 147 select ARM_GIC