[PATCH/RFC] ARM: shmobile: Introduce ARCH_RENESAS
Arnd Bergmann
arnd at arndb.de
Thu Nov 5 00:43:31 PST 2015
On Thursday 05 November 2015 14:46:37 Simon Horman wrote:
> config PM_RCAR
> bool
> @@ -29,10 +31,11 @@ config ARCH_RMOBILE
> select SYS_SUPPORTS_SH_CMT
> select SYS_SUPPORTS_SH_TMU
>
> -menuconfig ARCH_SHMOBILE_MULTI
> +config ARCH_RENESAS
> bool "Renesas ARM SoCs" if ARCH_MULTI_V7
> depends on MMU
> select ARCH_SHMOBILE
> + select ARCH_SHMOBILE_MULTI
> select HAVE_ARM_SCU if SMP
> select HAVE_ARM_TWD if SMP
> select ARM_GIC
>
The patch looks mostly good to me, but please leave this as a
'menuconfig' rather than 'config'. I'd like to keep having one
Kconfig submenu for each mach-* directory, as most platforms
do today. We should really fix the ones that don't currently do
it like this.
Arnd
More information about the linux-arm-kernel
mailing list