All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 11/21] ARM: drop unused Kconfig symbols
Date: Fri, 14 Oct 2011 14:33:57 +0200	[thread overview]
Message-ID: <4E982C35.2020206@atmel.com> (raw)
In-Reply-To: <1318595356.6132.69.camel@x61.thuisdomein>

On 10/14/2011 02:29 PM, Paul Bolle :
> ARCH_AT91SAM9260_SAM9XE is simply unused.
> 
> MACH_TRIZEPS_UCONXS doesn't offfer anything MACH_TRIZEPS_ANY doesn't
> already offer (ie, providing a way to not select MACH_TRIZEPS_CONXS,
> which actually suggest the "choice" they are part of should be
> "optional").
> 
> Add a comment that CPU_IXP46X and CPU_IXP43X could be merged. What
> would be a nice new name?
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

For at91:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  arch/arm/mach-at91/Kconfig   |    6 ------
>  arch/arm/mach-ixp4xx/Kconfig |    1 +
>  arch/arm/mach-pxa/Kconfig    |    3 ---
>  3 files changed, 1 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 2248467..db23f3d 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -190,12 +190,6 @@ if ARCH_AT91SAM9260
>  
>  comment "AT91SAM9260 Variants"
>  
> -config ARCH_AT91SAM9260_SAM9XE
> -	bool "AT91SAM9XE"
> -	help
> -	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
> -	  They are basically AT91SAM9260s with various sizes of embedded Flash.
> -
>  comment "AT91SAM9260 / AT91SAM9XE Board Type"
>  
>  config MACH_AT91SAM9260EK
> diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
> index 6f991c5..56f867c 100644
> --- a/arch/arm/mach-ixp4xx/Kconfig
> +++ b/arch/arm/mach-ixp4xx/Kconfig
> @@ -151,6 +151,7 @@ config MACH_ARCOM_VULCAN
>  #
>  # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
>  #
> +# XXX These two options can be merged. What is a nice name?
>  config CPU_IXP46X
>  	bool
>  	depends on MACH_IXDP465
> diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
> index cd19309..4a03fda 100644
> --- a/arch/arm/mach-pxa/Kconfig
> +++ b/arch/arm/mach-pxa/Kconfig
> @@ -184,9 +184,6 @@ choice
>  config MACH_TRIZEPS_CONXS
>  	bool "ConXS Eval Board"
>  
> -config MACH_TRIZEPS_UCONXS
> -	bool "uConXS Eval Board"
> -
>  config MACH_TRIZEPS_ANY
>  	bool "another Board"
>  


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: Russell King <linux@arm.linux.org.uk>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 11/21] ARM: drop unused Kconfig symbols
Date: Fri, 14 Oct 2011 14:33:57 +0200	[thread overview]
Message-ID: <4E982C35.2020206@atmel.com> (raw)
In-Reply-To: <1318595356.6132.69.camel@x61.thuisdomein>

On 10/14/2011 02:29 PM, Paul Bolle :
> ARCH_AT91SAM9260_SAM9XE is simply unused.
> 
> MACH_TRIZEPS_UCONXS doesn't offfer anything MACH_TRIZEPS_ANY doesn't
> already offer (ie, providing a way to not select MACH_TRIZEPS_CONXS,
> which actually suggest the "choice" they are part of should be
> "optional").
> 
> Add a comment that CPU_IXP46X and CPU_IXP43X could be merged. What
> would be a nice new name?
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

For at91:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  arch/arm/mach-at91/Kconfig   |    6 ------
>  arch/arm/mach-ixp4xx/Kconfig |    1 +
>  arch/arm/mach-pxa/Kconfig    |    3 ---
>  3 files changed, 1 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 2248467..db23f3d 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -190,12 +190,6 @@ if ARCH_AT91SAM9260
>  
>  comment "AT91SAM9260 Variants"
>  
> -config ARCH_AT91SAM9260_SAM9XE
> -	bool "AT91SAM9XE"
> -	help
> -	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
> -	  They are basically AT91SAM9260s with various sizes of embedded Flash.
> -
>  comment "AT91SAM9260 / AT91SAM9XE Board Type"
>  
>  config MACH_AT91SAM9260EK
> diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
> index 6f991c5..56f867c 100644
> --- a/arch/arm/mach-ixp4xx/Kconfig
> +++ b/arch/arm/mach-ixp4xx/Kconfig
> @@ -151,6 +151,7 @@ config MACH_ARCOM_VULCAN
>  #
>  # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
>  #
> +# XXX These two options can be merged. What is a nice name?
>  config CPU_IXP46X
>  	bool
>  	depends on MACH_IXDP465
> diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
> index cd19309..4a03fda 100644
> --- a/arch/arm/mach-pxa/Kconfig
> +++ b/arch/arm/mach-pxa/Kconfig
> @@ -184,9 +184,6 @@ choice
>  config MACH_TRIZEPS_CONXS
>  	bool "ConXS Eval Board"
>  
> -config MACH_TRIZEPS_UCONXS
> -	bool "uConXS Eval Board"
> -
>  config MACH_TRIZEPS_ANY
>  	bool "another Board"
>  


-- 
Nicolas Ferre

  reply	other threads:[~2011-10-14 12:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-14 12:29 [PATCH 11/21] ARM: drop unused Kconfig symbols Paul Bolle
2011-10-14 12:29 ` Paul Bolle
2011-10-14 12:33 ` Nicolas Ferre [this message]
2011-10-14 12:33   ` Nicolas Ferre

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=4E982C35.2020206@atmel.com \
    --to=nicolas.ferre@atmel.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.