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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 9c01505b1825..b7a3281c420e 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -116,6 +116,7 @@ config MACH_COLIBRI
116config MACH_ZYLONITE 116config MACH_ZYLONITE
117 bool "PXA3xx Development Platform" 117 bool "PXA3xx Development Platform"
118 select PXA3xx 118 select PXA3xx
119 select HAVE_PWM
119 120
120config MACH_LITTLETON 121config MACH_LITTLETON
121 bool "PXA3xx Form Factor Platform (aka Littleton)" 122 bool "PXA3xx Form Factor Platform (aka Littleton)"
@@ -276,6 +277,7 @@ config PXA_SSP
276 277
277config PXA_PWM 278config PXA_PWM
278 tristate 279 tristate
280 default BACKLIGHT_PWM
279 help 281 help
280 Enable support for PXA2xx/PXA3xx PWM controllers 282 Enable support for PXA2xx/PXA3xx PWM controllers
281endif 283endif