aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index faa2c3f6c1af..2793076bd33a 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -199,6 +199,20 @@ config MACH_PCM027
199 select IWMMXT 199 select IWMMXT
200 select PXA_SSP 200 select PXA_SSP
201 201
202config ARCH_PXA_PALM
203 bool "PXA based Palm PDAs"
204 select HAVE_PWM
205
206config MACH_PALMTX
207 bool "Palm T|X"
208 default y
209 depends on ARCH_PXA_PALM
210 select PXA27x
211 select IWMMXT
212 help
213 Say Y here if you intend to run this kernel on a Palm T|X
214 handheld computer.
215
202config MACH_PCM990_BASEBOARD 216config MACH_PCM990_BASEBOARD
203 bool "PHYTEC PCM-990 development board" 217 bool "PHYTEC PCM-990 development board"
204 select HAVE_PWM 218 select HAVE_PWM