]> Git Repo - linux.git/commitdiff
ARM: imx_v6_v7_defconfig: Enable PWM and backlight options
authorFabio Estevam <[email protected]>
Thu, 6 Jun 2013 15:56:30 +0000 (12:56 -0300)
committerShawn Guo <[email protected]>
Mon, 17 Jun 2013 07:45:16 +0000 (15:45 +0800)
These options are useful for controlling backlight contrast via PWM.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/configs/imx_v6_v7_defconfig

index ac3470c3ca39f5aa5a9b8aa56453871efd3bfb59..c7eb5f61f9bf15a7f9010075cdeeaaadfab43132 100644 (file)
@@ -171,6 +171,7 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_LCD_CLASS_DEVICE=y
 CONFIG_LCD_L4F00242T03=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_BACKLIGHT_PWM=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 CONFIG_FONTS=y
@@ -216,6 +217,8 @@ CONFIG_DRM_IMX_IPUV3_CORE=y
 CONFIG_DRM_IMX_IPUV3=y
 CONFIG_COMMON_CLK_DEBUG=y
 # CONFIG_IOMMU_SUPPORT is not set
+CONFIG_PWM=y
+CONFIG_PWM_IMX=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
This page took 0.053338 seconds and 4 git commands to generate.