aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Kconfig
diff options
context:
space:
mode:
authorGiridhar Maruthy <giridhar.maruthy@linaro.org>2011-08-31 02:58:52 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-02 19:42:22 -0400
commit9edff0f79f5b98e6abfabfa27b31d155e3c994e1 (patch)
treeaab66bee21154b8bc45174526769c4529d6acc86 /arch/arm/mach-exynos4/Kconfig
parent6f8eb324a395da5bd0c0b113944f2906272e14bd (diff)
ARM: EXYNOS4: Add PWM backlight support on ORIGEN
This patch adds support for LCD backlight using PWM timer on ORIGEN board. Signed-off-by: Giridhar Maruthy <giridhar.maruthy@linaro.org> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r--arch/arm/mach-exynos4/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index 9c920b2acc36..86cf4fd47b35 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -229,6 +229,8 @@ config MACH_ORIGEN
229 select S5P_DEV_FIMC2 229 select S5P_DEV_FIMC2
230 select S5P_DEV_FIMC3 230 select S5P_DEV_FIMC3
231 select S5P_DEV_USB_EHCI 231 select S5P_DEV_USB_EHCI
232 select SAMSUNG_DEV_BACKLIGHT
233 select SAMSUNG_DEV_PWM
232 select EXYNOS4_SETUP_SDHCI 234 select EXYNOS4_SETUP_SDHCI
233 select EXYNOS4_SETUP_USB_PHY 235 select EXYNOS4_SETUP_USB_PHY
234 help 236 help