diff options
author | Tomáš Čech <sleep_walker@suse.cz> | 2009-09-11 13:57:01 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-12-01 09:02:48 +0800 |
commit | bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2 (patch) | |
tree | 678a540431139e6c9b60ec7895e8b5f9ed0b0b7a /arch/arm/mach-pxa/Kconfig | |
parent | d62238711a0a917ddc6bb47390c7502806c963b1 (diff) | |
download | talos-obmc-linux-bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2.tar.gz talos-obmc-linux-bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2.zip |
[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 Say Y here if you intend to run this kernel on Palm Zire 72 handheld computer. +config PALM_TREO + bool + depends on ARCH_PXA_PALM + config MACH_TREO680 bool "Palm Treo 680" 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 Treo 680 smartphone. |