Re: [PATCH v5 03/11] ARM: Prepare RDA8810PL SoC

From: Arnd Bergmann
Date: Tue Dec 18 2018 - 08:51:53 EST


On Tue, Dec 18, 2018 at 4:42 AM Manivannan Sadhasivam
<manivannan.sadhasivam@xxxxxxxxxx> wrote:

> --- /dev/null
> +++ b/arch/arm/mach-rda/Kconfig
> @@ -0,0 +1,9 @@
> +menuconfig ARCH_RDA
> + bool "RDA Micro SoCs"
> + depends on ARCH_MULTI_V7
> + select COMMON_CLK
> + select GENERIC_IRQ_CHIP
> + select RDA_INTC
> + select RDA_TIMER
> + help
> + This enables support for the RDA Micro 8810PL SoC family.

I would drop the 'COMMON_CLK' and 'GENERIC_IRQ_CHIP' selects here,
as they are implied by ARCH_MULTI_V7.

Arnd