Skip to content

Commit

Permalink
[ARM] pxa/magician: Enable backlight
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Jan 21, 2009
1 parent b25a386 commit 73921ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/configs/magician_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Sat Jan 17 17:47:17 2009
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
Expand Down Expand Up @@ -191,7 +192,7 @@ CONFIG_MACH_MAGICIAN=y
# CONFIG_ARCH_PXA_PALM is not set
# CONFIG_PXA_EZX is not set
CONFIG_PXA27x=y
# CONFIG_PXA_PWM is not set
CONFIG_PXA_PWM=y
CONFIG_PXA_HAVE_BOARD_IRQS=y

#
Expand Down Expand Up @@ -895,6 +896,7 @@ CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_PLATFORM is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_PWM=y

#
# Display device support
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73921ea

Please sign in to comment.