diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-02-26 11:42:13 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-28 21:04:44 -0500 |
commit | 3915d36fabf143dffdf91c5372d3b0a23722af52 (patch) | |
tree | 068e53f81ca026fc74354dacb461f9504a35244e | |
parent | ba32449535c57b7cc4da788326c6ae4908b70268 (diff) |
ARM: shmobile: r8a7778: enable multiplatform target
Adds config option and enables DTB building.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a1c776b8dcec..c4677313ae95 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -478,6 +478,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \ | |||
478 | r7s72100-genmai.dtb \ | 478 | r7s72100-genmai.dtb \ |
479 | r8a73a4-ape6evm.dtb \ | 479 | r8a73a4-ape6evm.dtb \ |
480 | r8a7740-armadillo800eva.dtb \ | 480 | r8a7740-armadillo800eva.dtb \ |
481 | r8a7778-bockw.dtb \ | ||
481 | r8a7779-marzen.dtb \ | 482 | r8a7779-marzen.dtb \ |
482 | r8a7790-lager.dtb \ | 483 | r8a7790-lager.dtb \ |
483 | r8a7791-henninger.dtb \ | 484 | r8a7791-henninger.dtb \ |
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 2f36c85eec4b..2fb072e760d8 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -62,6 +62,10 @@ config ARCH_R8A7740 | |||
62 | select ARCH_RMOBILE | 62 | select ARCH_RMOBILE |
63 | select RENESAS_INTC_IRQPIN | 63 | select RENESAS_INTC_IRQPIN |
64 | 64 | ||
65 | config ARCH_R8A7778 | ||
66 | bool "R-Car M1A (R8A77781)" | ||
67 | select ARCH_RCAR_GEN1 | ||
68 | |||
65 | config ARCH_R8A7779 | 69 | config ARCH_R8A7779 |
66 | bool "R-Car H1 (R8A77790)" | 70 | bool "R-Car H1 (R8A77790)" |
67 | select ARCH_RCAR_GEN1 | 71 | select ARCH_RCAR_GEN1 |