diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2012-09-13 08:52:08 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-13 08:52:08 +0200 |
commit | 4d8cc596dd9f8dcc909ad405742099239aaa48c0 (patch) | |
tree | 85fd9fe4eb358b084c3873ab6ece67fe4f23254a /arch/arm/mach-exynos/Kconfig | |
parent | ARM: dts: Add heartbeat gpio-leds support to Origen (diff) | |
download | linux-4d8cc596dd9f8dcc909ad405742099239aaa48c0.tar.xz linux-4d8cc596dd9f8dcc909ad405742099239aaa48c0.zip |
ARM: EXYNOS: Use generic pwm driver in Origen board
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
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 b5b4c8c9db11..4d198d487fc4 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -348,6 +348,7 @@ config MACH_ORIGEN select EXYNOS4_SETUP_FIMD0 select EXYNOS4_SETUP_SDHCI select EXYNOS4_SETUP_USB_PHY + select S3C24XX_PWM help Machine support for ORIGEN based on Samsung EXYNOS4210 |