diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-07-13 14:08:57 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 14:32:39 +0800 |
commit | 95045947ab18e412a81ad1fd002a4804eb269d01 (patch) | |
tree | 7a0ad759b596077f1fff3f1ff820cf174b17eeb4 /arch/arm/mach-pxa/Kconfig | |
parent | 04e4ad23541ffef18f1baded24a2675f204c156f (diff) |
[ARM] pxa/palm: Introduce Palm27x
This contains common code for Palm LD, TX, T5, Z72, Treo680, Centro
This code also adds PMIC support for all the devices,
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 21d12246c5e..6f04f21f998 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -347,6 +347,9 @@ config ARCH_PXA_PALM bool "PXA based Palm PDAs" select HAVE_PWM +config MACH_PALM27X + bool + config MACH_PALMTE2 bool "Palm Tungsten|E2" default y |