diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-07-13 08:08:57 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 02:32:39 -0400 |
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 21d12246c5e1..6f04f21f998f 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -347,6 +347,9 @@ config ARCH_PXA_PALM | |||
347 | bool "PXA based Palm PDAs" | 347 | bool "PXA based Palm PDAs" |
348 | select HAVE_PWM | 348 | select HAVE_PWM |
349 | 349 | ||
350 | config MACH_PALM27X | ||
351 | bool | ||
352 | |||
350 | config MACH_PALMTE2 | 353 | config MACH_PALMTE2 |
351 | bool "Palm Tungsten|E2" | 354 | bool "Palm Tungsten|E2" |
352 | default y | 355 | default y |