[PATCH 2/2] PalmTreo: add Palm Centro 685 support

Marek Vasut marek.vasut at gmail.com
Sat Sep 12 15:31:15 EDT 2009


Dne Pá 11. září 2009 13:57:02 Tomáš Čech napsal(a):
> From: Tomáš Čech <sleep walker at suse.cz>
>
>
> Signed-off-by: Tomáš Čech <sleep_walker at suse.cz>
> ---
>  arch/arm/mach-pxa/Kconfig                 |   13 ++-
>  arch/arm/mach-pxa/include/mach/palmtreo.h |    7 ++
>  arch/arm/mach-pxa/palmtreo.c              |  161
> +++++++++++++++++++++++++++++ arch/arm/mm/mmu.c                         |  
>  2 +-
>  4 files changed, 181 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
> index ce6519c..57eceb8 100644
> --- a/arch/arm/mach-pxa/Kconfig
> +++ b/arch/arm/mach-pxa/Kconfig
> @@ -425,6 +425,17 @@ config PALM_TREO
>  	bool
>  	depends on ARCH_PXA_PALM
>
> +config MACH_CENTRO
> +	bool "Palm Centro 685 (GSM)"
> +	default y
> +	depends on ARCH_PXA_PALM
> +	select PXA27x
> +	select IWMMXT
> +	select PALM_TREO
> +	help
> +	  Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
> +	  smartphone.
> +
>  config MACH_TREO680
>  	bool "Palm Treo 680"
>  	default y
> @@ -433,7 +444,7 @@ config MACH_TREO680
>  	select IWMMXT
>  	select PALM_TREO
>  	help
> -	  Say Y here if you intend to run this kernel on Palm Treo 680
> +	  Say Y here if you intend to run this kernel on Palm Treo 680 (GSM)

This change certainly should not be in this patch, maybe in previous one ?

>  	  smartphone.
>
>  config MACH_PALMLD
...
Cheers!



More information about the linux-arm-kernel mailing list