diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-01-17 18:45:40 +0100 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 15:06:36 +0800 |
commit | 73921ea5b5ccfe0bbe4c1dfcd1a60fdadc7c7d1e (patch) | |
tree | 7d71da95a6f13123183d8f66d9a97a79b36f0895 /arch/arm/mach-pxa/Kconfig | |
parent | b25a386b9c68ed23c3b2656f44b523e61480218b (diff) |
[ARM] pxa/magician: Enable backlight
Magician uses the generic PWM backlight driver,
so select HAVE_PWM.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index af5b5b463a27..a2ed2aa731b6 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -295,6 +295,7 @@ config MACH_MAGICIAN bool "Enable HTC Magician Support" select PXA27x select IWMMXT + select HAVE_PWM select PXA_HAVE_BOARD_IRQS config MACH_MIOA701 |