diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 2 |
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 | |||
116 | config MACH_ZYLONITE | 116 | config MACH_ZYLONITE |
117 | bool "PXA3xx Development Platform" | 117 | bool "PXA3xx Development Platform" |
118 | select PXA3xx | 118 | select PXA3xx |
119 | select HAVE_PWM | ||
119 | 120 | ||
120 | config MACH_LITTLETON | 121 | config 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 | ||
277 | config PXA_PWM | 278 | config 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 |
281 | endif | 283 | endif |