diff options
author | Donghwa Lee <dh09.lee@samsung.com> | 2011-03-07 23:17:09 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-07 23:17:09 +0100 |
commit | cc7df8727de87b1552278f153eaa1d244bcb7555 (patch) | |
tree | 0ce0c801b92d8d81af053c5b8c2688d7f3e19bd6 /arch/arm/mach-exynos4/Kconfig | |
parent | ARM: EXYNOS4: Enable watchdog parent clock (diff) | |
download | linux-cc7df8727de87b1552278f153eaa1d244bcb7555.tar.xz linux-cc7df8727de87b1552278f153eaa1d244bcb7555.zip |
ARM: EXYNOS4: enabled lcd and backlight in NURI board
This patch enables lcd and backlight drivers in NURI board.
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index d3893f6fdc41..ad55ce78b375 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -150,6 +150,7 @@ config MACH_NURI select EXYNOS4_SETUP_I2C1 select EXYNOS4_SETUP_I2C5 select EXYNOS4_SETUP_SDHCI + select SAMSUNG_DEV_PWM help Machine support for Samsung Mobile NURI Board. |