ARM: shmobile: r8a7778: enable multiplatform target
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Thu, 26 Feb 2015 16:42:13 +0000 (17:42 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 1 Mar 2015 02:04:44 +0000 (11:04 +0900)
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>
arch/arm/boot/dts/Makefile
arch/arm/mach-shmobile/Kconfig

index a1c776b8dcec51554879d1e001f7f96bd653efd8..c4677313ae95c895c24cfe8a9f71cca2ff84b313 100644 (file)
@@ -478,6 +478,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \
        r7s72100-genmai.dtb \
        r8a73a4-ape6evm.dtb \
        r8a7740-armadillo800eva.dtb \
+       r8a7778-bockw.dtb \
        r8a7779-marzen.dtb \
        r8a7790-lager.dtb \
        r8a7791-henninger.dtb \
index 2f36c85eec4b201e4ab1016a2c9501a433758e65..2fb072e760d8e06e4bb7be02c22f589e583ee5a7 100644 (file)
@@ -62,6 +62,10 @@ config ARCH_R8A7740
        select ARCH_RMOBILE
        select RENESAS_INTC_IRQPIN
 
+config ARCH_R8A7778
+       bool "R-Car M1A (R8A77781)"
+       select ARCH_RCAR_GEN1
+
 config ARCH_R8A7779
        bool "R-Car H1 (R8A77790)"
        select ARCH_RCAR_GEN1
This page took 0.032613 seconds and 5 git commands to generate.