aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authoreric miao <eric.miao@marvell.com>2008-04-13 16:46:34 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-03 08:25:02 -0400
commit5cca91479b8ac6a60b61bc56e72389c681387211 (patch)
treeabc618cb4b94145fe3400dbc80ea8c0e271106fa /arch/arm/mach-pxa/Kconfig
parent42796d37da6ef4fd851dc6d5d0387baf7e2b0c3c (diff)
[ARM] pxa: make zylonite use the generic PWM backlight driver
Patch mostly by Eric Miao, minor edits by rmk. Signed-off-by: eric miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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