All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/6][RFC] arm64: Add new Renesas R-Car Gen3 SoC Kconfig
@ 2015-06-15  4:54 Kuninori Morimoto
  2015-06-15  8:09 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2015-06-15  4:54 UTC (permalink / raw)
  To: linux-sh

From: Gaku Inami <gaku.inami.xw@bp.renesas.com>

Initial version of device tree for Renesas R-Car Gen3 SoC Kconfig

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm64/Kconfig           | 13 +++++++++++++
 arch/arm64/boot/dts/Makefile |  1 +
 2 files changed, 14 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 99930cf..3c93c03 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -154,6 +154,12 @@ config PGTABLE_LEVELS
 	default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
 	default 4 if ARM64_4K_PAGES && ARM64_VA_BITS_48
 
+config ARCH_SHMOBILE
+	bool
+
+config ARCH_SHMOBILE_MULTI
+	bool
+
 source "init/Kconfig"
 
 source "kernel/Kconfig.freezer"
@@ -195,6 +201,13 @@ config ARCH_QCOM
 	help
 	  This enables support for the ARMv8 based Qualcomm chipsets.
 
+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.
+
 config ARCH_SEATTLE
 	bool "AMD Seattle SoC Family"
 	help
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
index ad26a75..d10f8ff 100644
--- a/arch/arm64/boot/dts/Makefile
+++ b/arch/arm64/boot/dts/Makefile
@@ -6,6 +6,7 @@ dts-dirs += exynos
 dts-dirs += freescale
 dts-dirs += mediatek
 dts-dirs += qcom
+dts-dirs += renesas
 dts-dirs += sprd
 dts-dirs += xilinx
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 4/6][RFC] arm64: Add new Renesas R-Car Gen3 SoC Kconfig
  2015-06-15  4:54 [PATCH 4/6][RFC] arm64: Add new Renesas R-Car Gen3 SoC Kconfig Kuninori Morimoto
@ 2015-06-15  8:09 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-06-15  8:09 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san, Inami-san,

On Mon, Jun 15, 2015 at 6:54 AM, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>
> Initial version of device tree for Renesas R-Car Gen3 SoC Kconfig
>
> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm64/Kconfig           | 13 +++++++++++++
>  arch/arm64/boot/dts/Makefile |  1 +
>  2 files changed, 14 insertions(+)
>
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index 99930cf..3c93c03 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -154,6 +154,12 @@ config PGTABLE_LEVELS
>         default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
>         default 4 if ARM64_4K_PAGES && ARM64_VA_BITS_48
>
> +config ARCH_SHMOBILE
> +       bool
> +
> +config ARCH_SHMOBILE_MULTI
> +       bool
> +

Please drop ARCH_SHMOBILE_MULTI.
I don't think we're gonna need a distinction between legacy and
multiplatform on arm64 :-)

Ah, probably you need this to build properly various pieces of code under
drivers/? One more reason to get rid of ARCH_SHMOBILE_LEGACY soon...

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-15  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15  4:54 [PATCH 4/6][RFC] arm64: Add new Renesas R-Car Gen3 SoC Kconfig Kuninori Morimoto
2015-06-15  8:09 ` Geert Uytterhoeven

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.