diff mbox

[22/25,v7,RFC] Local: Hack: enable CONFIG_ARCH_SHMOBILE_MULTI temporary

Message ID 87wpwl5sj7.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State RFC
Headers show

Commit Message

Kuninori Morimoto Aug. 24, 2015, 2:32 a.m. UTC
From: Gaku Inami <gaku.inami.xw@bp.renesas.com>

Since legacy code is not required in arm64, it is not necessary to use
"CONFIG_ARCH_SHMOBILE_MULTI". But some drivers files have referred to
this config. Until drivers files are fixed, it will use this config in
H3 board.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v5 -> v7

 - no change

 arch/arm64/Kconfig.platforms | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 8e45879..1e9b0c8 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -54,6 +54,7 @@  config ARCH_QCOM
 config ARCH_RCAR_GEN3
 	bool "Renesas R-Car Gen3 SoC Platform"
 	select ARCH_SHMOBILE
+	select ARCH_SHMOBILE_MULTI
 	help
 	  This enables support for Renesas SoC.
 
@@ -75,6 +76,9 @@  config ARCH_SEATTLE
 config ARCH_SHMOBILE
 	bool
 
+config ARCH_SHMOBILE_MULTI
+	bool
+
 config ARCH_TEGRA
 	bool "NVIDIA Tegra SoC Family"
 	select ARCH_HAS_RESET_CONTROLLER