From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 15 Jun 2012 09:56:44 +0200 Subject: [PATCH v3 7/9] arm: mach-mvebu: add compilation/configuration change In-Reply-To: <1339746250-26650-8-git-send-email-gregory.clement@free-electrons.com> References: <1339746250-26650-1-git-send-email-gregory.clement@free-electrons.com> <1339746250-26650-8-git-send-email-gregory.clement@free-electrons.com> Message-ID: <20120615075644.GI26034@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jun 15, 2012 at 09:44:08AM +0200, Gregory Clement wrote: > From: Gregory CLEMENT > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > Signed-off-by: Lior Amsalem > --- > arch/arm/Kconfig | 15 +++++++++++++++ > arch/arm/Makefile | 1 + > 2 files changed, 16 insertions(+) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 23289d2..2ff9f40 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -533,6 +533,19 @@ config ARCH_IXP4XX > help > Support for Intel's IXP4XX (XScale) family of processors. > > +config ARCH_MVEBU > + bool "Marvell SOCs with Device Tree support" > + select CPU_V7 > + select GENERIC_CLOCKEVENTS > + select MULTI_IRQ_HANDLER > + select SPARSE_IRQ > + select CLKSRC_MMIO > + select GENERIC_IRQ_CHIP > + select IRQ_DOMAIN > + select COMMON_CLK > + help > + Support for the Marvell SoC Family with device tree support > + Hi Gregory How is this going to work when we move DT supported kirkwood, Orion5x, Dove, etc into here? Maybe this should be called ARCH_MVEBU_CPU_V7 for these two SoCs plus Dove and we have a second config ARCH_MVEBU_CPU_V5 for Kirkwood, Orion5x, MV78xx0? Andrew