diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-18 09:03:23 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 01:13:05 -0500 |
commit | 924370cb4d643d538b6a85bedfb8c861fa623260 (patch) | |
tree | 6fe461322d05b719aa54325f54a215b9ac5d366b | |
parent | 9b408ca5885a46a0940aaf88be203b595c9aad85 (diff) |
ARM: shmobile: armadillo800eva: Enable backlight control in defconfig
The backlight is controlled by a PWM signal generated by the TPU.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index fae939d3d7f0..6341e6ec13ee 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig | |||
@@ -105,6 +105,7 @@ CONFIG_FB=y | |||
105 | CONFIG_FB_SH_MOBILE_LCDC=y | 105 | CONFIG_FB_SH_MOBILE_LCDC=y |
106 | CONFIG_FB_SH_MOBILE_HDMI=y | 106 | CONFIG_FB_SH_MOBILE_HDMI=y |
107 | CONFIG_LCD_CLASS_DEVICE=y | 107 | CONFIG_LCD_CLASS_DEVICE=y |
108 | CONFIG_BACKLIGHT_PWM=y | ||
108 | CONFIG_FRAMEBUFFER_CONSOLE=y | 109 | CONFIG_FRAMEBUFFER_CONSOLE=y |
109 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | 110 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y |
110 | CONFIG_LOGO=y | 111 | CONFIG_LOGO=y |
@@ -130,6 +131,8 @@ CONFIG_DMADEVICES=y | |||
130 | CONFIG_SH_DMAE=y | 131 | CONFIG_SH_DMAE=y |
131 | CONFIG_UIO=y | 132 | CONFIG_UIO=y |
132 | CONFIG_UIO_PDRV_GENIRQ=y | 133 | CONFIG_UIO_PDRV_GENIRQ=y |
134 | CONFIG_PWM=y | ||
135 | CONFIG_PWM_RENESAS_TPU=y | ||
133 | # CONFIG_DNOTIFY is not set | 136 | # CONFIG_DNOTIFY is not set |
134 | CONFIG_MSDOS_FS=y | 137 | CONFIG_MSDOS_FS=y |
135 | CONFIG_VFAT_FS=y | 138 | CONFIG_VFAT_FS=y |