diff options
author | Tomáš Čech <sleep_walker@suse.cz> | 2009-09-11 07:57:01 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-11-30 20:02:48 -0500 |
commit | bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2 (patch) | |
tree | 678a540431139e6c9b60ec7895e8b5f9ed0b0b7a /arch/arm/mach-pxa/Kconfig | |
parent | d62238711a0a917ddc6bb47390c7502806c963b1 (diff) |
[ARM] pxa/treo: generalisation of Treo680 code
Signed-off-by: Tomáš Čech <sleep_walker@suse.cz>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index a6f8eab14ba5..ce6519c000a6 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -421,12 +421,17 @@ config MACH_PALMZ72 | |||
421 | Say Y here if you intend to run this kernel on Palm Zire 72 | 421 | Say Y here if you intend to run this kernel on Palm Zire 72 |
422 | handheld computer. | 422 | handheld computer. |
423 | 423 | ||
424 | config PALM_TREO | ||
425 | bool | ||
426 | depends on ARCH_PXA_PALM | ||
427 | |||
424 | config MACH_TREO680 | 428 | config MACH_TREO680 |
425 | bool "Palm Treo 680" | 429 | bool "Palm Treo 680" |
426 | default y | 430 | default y |
427 | depends on ARCH_PXA_PALM | 431 | depends on ARCH_PXA_PALM |
428 | select PXA27x | 432 | select PXA27x |
429 | select IWMMXT | 433 | select IWMMXT |
434 | select PALM_TREO | ||
430 | help | 435 | help |
431 | Say Y here if you intend to run this kernel on Palm Treo 680 | 436 | Say Y here if you intend to run this kernel on Palm Treo 680 |
432 | smartphone. | 437 | smartphone. |