diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2009-07-16 07:26:48 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-09-10 06:49:36 -0400 |
commit | 5d783a2d592ce5fdc01292470059ed15998e404e (patch) | |
tree | bd2f13bc636a75095882a88bdc8d1b2db1e0b819 /arch/arm/mach-pxa/Kconfig | |
parent | 91cf6a97b9a155081c455bd453b7ab889d31da03 (diff) |
[ARM] pxa: Palm Tungsten|C initial support
This patch adds basic support for Palm Tungsten|C handheld.
Signed-off-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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 32e44b3a8fbe..d1dcb1cf0758 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -376,6 +376,15 @@ config MACH_PALMTE2 | |||
376 | Say Y here if you intend to run this kernel on a Palm Tungsten|E2 | 376 | Say Y here if you intend to run this kernel on a Palm Tungsten|E2 |
377 | handheld computer. | 377 | handheld computer. |
378 | 378 | ||
379 | config MACH_PALMTC | ||
380 | bool "Palm Tungsten|C" | ||
381 | default y | ||
382 | depends on ARCH_PXA_PALM | ||
383 | select PXA25x | ||
384 | help | ||
385 | Say Y here if you intend to run this kernel on a Palm Tungsten|C | ||
386 | handheld computer. | ||
387 | |||
379 | config MACH_PALMT5 | 388 | config MACH_PALMT5 |
380 | bool "Palm Tungsten|T5" | 389 | bool "Palm Tungsten|T5" |
381 | default y | 390 | default y |