[PATCH] arm: fix Kconfig system choice list

Nicolas Pitre nicolas.pitre at linaro.org
Wed Sep 15 13:14:33 BST 2010


On Wed, 15 Sep 2010, Daniel Lezcano wrote:

> The item name is too long and bugs the choice list. The items in the
> list are not displayed correctly.
> 
> This patch moves the list of supported system in the help instead of
> the bool choice.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano at free.fr>

ACK. Please post a copy of this patch to 
linux-arm-kernel at lists.infradead.org, and if no one complains then just put
it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.

> ---
>  arch/arm/Kconfig |   10 ++++++----
>  1 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 47a9084..5a827b1 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -631,15 +631,17 @@ config ARCH_SA1100
>  	  Support for StrongARM 11x0 based boards.
>  
>  config ARCH_S3C2410
> -	bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450"
> +        bool "Samsung S3C24xx"
>  	select GENERIC_GPIO
>  	select ARCH_HAS_CPUFREQ
>  	select HAVE_CLK
>  	select ARCH_USES_GETTIMEOFFSET
>  	help
> -	  Samsung S3C2410X CPU based systems, such as the Simtec Electronics
> -	  BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
> -	  the Samsung SMDK2410 development board (and derivatives).
> +	  Samsung S3C2410X CPU based systems (S3C2410, S3C2412, S3C2413,
> +          S3C2416, S3C2440, S3C2442, S3C2443, S3C2450), such as the Simtec
> +          Electronics BAST (<http://www.simtec.co.uk/products/EB110ITX/>),
> +          the IPAQ 1940 or the Samsung SMDK2410 development board (and
> +          derivatives).
>  
>  	  Note, the S3C2416 and the S3C2450 are so close that they even share
>  	  the same SoC ID code. This means that there is no seperate machine
> -- 
> 1.7.0.4
> 
> 
> 



More information about the linaro-dev mailing list