All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 22/25 v7][RFC] Local: Hack: enable CONFIG_ARCH_SHMOBILE_MULTI temporary
@ 2015-08-24  2:32 Kuninori Morimoto
  0 siblings, 0 replies; only message in thread
From: Kuninori Morimoto @ 2015-08-24  2:32 UTC (permalink / raw)
  To: linux-sh

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 --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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-24  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24  2:32 [PATCH 22/25 v7][RFC] Local: Hack: enable CONFIG_ARCH_SHMOBILE_MULTI temporary Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.