aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-09-13 02:52:11 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-09-13 02:52:11 -0400
commit20aa198f4990c25f7542e4e94175c3cb41731c4f (patch)
tree6beb8351a6f6cac7446f64c07212a3bbd83de7ff /arch/arm/mach-exynos/Kconfig
parent4d8cc596dd9f8dcc909ad405742099239aaa48c0 (diff)
ARM: EXYNOS: Add generic PWM lookup support for SMDK4X12
Generic PWM framework requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: <thierry.reding@avionic-design.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 4d198d487fc4..bd78d5d70c83 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -384,6 +384,7 @@ config MACH_SMDK4212
384 select EXYNOS4_SETUP_KEYPAD 384 select EXYNOS4_SETUP_KEYPAD
385 select EXYNOS4_SETUP_SDHCI 385 select EXYNOS4_SETUP_SDHCI
386 select EXYNOS4_SETUP_USB_PHY 386 select EXYNOS4_SETUP_USB_PHY
387 select S3C24XX_PWM
387 help 388 help
388 Machine support for Samsung SMDK4212 389 Machine support for Samsung SMDK4212
389 390