aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2014-10-31 08:38:46 -0400
committerThierry Reding <thierry.reding@gmail.com>2014-11-17 06:24:17 -0500
commit06e4cb6b1d5c9dba007b1f7a039384b2fc1a8827 (patch)
treed168891ce4beb35e159d33ac7f38933105980964
parent2899e12fc9864db600b2fe9707ebb97203fe4c00 (diff)
pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7
To re-use the existing PWM driver for 64-bit ARM based Exynos7 SoC, make the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r--drivers/pwm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 847a57d2cf1c..a3ecf5809634 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -255,7 +255,7 @@ config PWM_ROCKCHIP
255 255
256config PWM_SAMSUNG 256config PWM_SAMSUNG
257 tristate "Samsung PWM support" 257 tristate "Samsung PWM support"
258 depends on PLAT_SAMSUNG 258 depends on PLAT_SAMSUNG || ARCH_EXYNOS
259 help 259 help
260 Generic PWM framework driver for Samsung. 260 Generic PWM framework driver for Samsung.
261 261