All of lore.kernel.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 7/9] arm: mach-mvebu: add compilation/configuration change
Date: Fri, 15 Jun 2012 09:56:44 +0200	[thread overview]
Message-ID: <20120615075644.GI26034@lunn.ch> (raw)
In-Reply-To: <1339746250-26650-8-git-send-email-gregory.clement@free-electrons.com>

On Fri, Jun 15, 2012 at 09:44:08AM +0200, Gregory Clement wrote:
> From: Gregory CLEMENT <gregory.clement@free-electrons.com>
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Signed-off-by: Lior Amsalem <alior@marvell.com>
> ---
>  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

  reply	other threads:[~2012-06-15  7:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15  7:44 [PATCH v3] arm: Add basic support for new Marvell Armada 370 and Armada XP SoC Gregory Clement
2012-06-15  7:44 ` [PATCH v3 1/9] clocksource: time-armada-370-xp: Marvell Armada 370/XP SoC timer driver Gregory Clement
2012-06-15  9:09   ` Arnd Bergmann
2012-06-15  9:14     ` Gregory CLEMENT
2012-06-15 10:45   ` Andrew Lunn
2012-06-15 11:38     ` Gregory CLEMENT
2012-06-15 11:54       ` Andrew Lunn
2012-06-15 13:14         ` Nicolas Pitre
2012-06-15  7:44 ` [PATCH v3 2/9] arm: mach-mvebu: add header Gregory Clement
2012-06-15  7:44 ` [PATCH v3 3/9] arm: mach-mvebu: add source files Gregory Clement
2012-06-15  9:12   ` Arnd Bergmann
2012-06-15 10:07   ` Andrew Lunn
2012-06-15 18:13     ` Device Tree, abstraction of the SoC or the board? Thomas Petazzoni
2012-06-15 20:19       ` Arnd Bergmann
2012-06-15  7:44 ` [PATCH v3 4/9] arm: mach-mvebu: add support for Armada 370 and Armada XP with DT Gregory Clement
2012-06-15  7:44 ` [PATCH v3 5/9] arm: mach-mvebu: add documentation for new device tree bindings Gregory Clement
2012-06-15  9:14   ` Arnd Bergmann
2012-06-15  7:44 ` [PATCH v3 6/9] arm: mach-mvebu: add defconfig Gregory Clement
2012-06-15  7:44 ` [PATCH v3 7/9] arm: mach-mvebu: add compilation/configuration change Gregory Clement
2012-06-15  7:56   ` Andrew Lunn [this message]
2012-06-15  8:32     ` Gregory CLEMENT
2012-06-15  9:07     ` Arnd Bergmann
2012-06-15  7:44 ` [PATCH v3 8/9] arm: mach-mvebu: add entry to MAINTAINERS Gregory Clement
2012-06-15  7:44 ` [PATCH v3 9/9] ARM: mvebu: MPIC: read number of interrupts from control register Gregory Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120615075644.GI26034@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.