[PATCH v12 1/7] arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support
Catalin Marinas
catalin.marinas at arm.com
Wed Oct 28 11:45:04 PDT 2015
On Mon, Oct 26, 2015 at 03:01:46PM +0900, Simon Horman wrote:
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -66,6 +66,23 @@ config ARCH_SEATTLE
> help
> This enables support for AMD Seattle SOC Family
>
> +config ARCH_SHMOBILE
> + bool
> +
> +config ARCH_RENESAS
> + bool "Renesas SoC Platforms"
> + select ARCH_SHMOBILE
> + select PINCTRL
> + select PM_GENERIC_DOMAINS if PM
> + help
> + This enables support for the ARMv8 based Renesas SoCs.
> +
> +config ARCH_R8A7795
> + bool "Renesas R-Car H3 SoC Platform"
> + depends on ARCH_RENESAS
> + help
> + This enables support for the Renesas R-Car H3 SoC.
Do you need such fine-grained configuration? I'd really like to avoid
individual SoC Kconfig entries and only include SoC families (like
ARCH_RENESAS). There are some which I didn't spot at the time
(ARCH_FSL_LS2085A and ARCH_TEGRA_132_SOC) but we shouldn't continue this
trend any further.
--
Catalin
More information about the linux-arm-kernel
mailing list