All of lore.kernel.org
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 1/4] arm64: Add Kconfig option for APM X-Gene SOC family
Date: Fri, 21 Jun 2013 10:36:56 +0100	[thread overview]
Message-ID: <20130621093656.GB4099@arm.com> (raw)
In-Reply-To: <1366794420-17849-2-git-send-email-vkale@apm.com>

Hi Vinayak,

On Wed, Apr 24, 2013 at 10:06:57AM +0100, Vinayak Kale wrote:
> This patch adds arm64/Kconfig option for APM X-Gene SOC family.
> 
> Signed-off-by: Kumar Sankaran <ksankaran@apm.com>
> Signed-off-by: Loc Ho <lho@apm.com>
> Signed-off-by: Feng Kan <fkan@apm.com>
> ---
>  arch/arm64/Kconfig |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index 43b0e9f..16d0198 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -114,6 +114,11 @@ config ARCH_VEXPRESS
>  	  This enables support for the ARMv8 software model (Versatile
>  	  Express).
>  
> +config ARCH_XGENE
> +	bool "AppliedMicro X-Gene SOC Family"
> +	help
> +	  This enables support for AppliedMicro X-Gene SOC Family
> +
>  endmenu
>  
>  menu "Bus support"
> @@ -153,6 +158,8 @@ config NR_CPUS
>  	int "Maximum number of CPUs (2-32)"
>  	range 2 32
>  	depends on SMP
> +	# These have to remain sorted largest to smallest
> +	default "8" if ARCH_XGENE
>  	default "4"

For ARCH_VEXPRESS I was planning to get rid of the Kconfig entry and
just select the drivers in the defconfig file (once some other patches
get merged). Do you have any dependencies on ARCH_XGENE apart from
what's here?

-- 
Catalin

  reply	other threads:[~2013-06-21  9:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  9:06 [PATCH V3 0/4] arm64: Initial patch-set for APM X-Gene SOC family Vinayak Kale
2013-04-24  9:06 ` [PATCH V3 1/4] arm64: Add Kconfig option " Vinayak Kale
2013-06-21  9:36   ` Catalin Marinas [this message]
2013-06-21 10:43     ` Vinayak Kale
2013-06-21 14:07       ` Catalin Marinas
2013-06-21 15:29         ` Loc Ho
2013-04-24  9:06 ` [PATCH V3 2/4] arm64: Enable APM X-Gene SOC family in the defconfig Vinayak Kale
2013-04-24  9:06 ` [PATCH V3 3/4] arm64: Add defines for APM ARMv8 implementation Vinayak Kale
2013-04-24  9:07 ` [PATCH V3 4/4] arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board Vinayak Kale

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=20130621093656.GB4099@arm.com \
    --to=catalin.marinas@arm.com \
    --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.