diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-09-13 15:52:11 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-13 15:52:11 +0900 |
commit | 20aa198f4990c25f7542e4e94175c3cb41731c4f (patch) | |
tree | 6beb8351a6f6cac7446f64c07212a3bbd83de7ff /arch/arm/mach-exynos/Kconfig | |
parent | 4d8cc596dd9f8dcc909ad405742099239aaa48c0 (diff) | |
download | talos-obmc-linux-20aa198f4990c25f7542e4e94175c3cb41731c4f.tar.gz talos-obmc-linux-20aa198f4990c25f7542e4e94175c3cb41731c4f.zip |
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/Kconfig | 1 |
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 select EXYNOS4_SETUP_KEYPAD select EXYNOS4_SETUP_SDHCI select EXYNOS4_SETUP_USB_PHY + select S3C24XX_PWM help Machine support for Samsung SMDK4212 |