aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2014-10-31 18:08:46 +0530
committerThierry Reding <thierry.reding@gmail.com>2014-11-17 12:24:17 +0100
commit06e4cb6b1d5c9dba007b1f7a039384b2fc1a8827 (patch)
treed168891ce4beb35e159d33ac7f38933105980964 /drivers/pwm
parentpwm: add DT bindings documentation for atmel-hlcdc-pwm driver (diff)
downloadlinux-dev-06e4cb6b1d5c9dba007b1f7a039384b2fc1a8827.tar.xz
linux-dev-06e4cb6b1d5c9dba007b1f7a039384b2fc1a8827.zip
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>
Diffstat (limited to 'drivers/pwm')
-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
config PWM_SAMSUNG
tristate "Samsung PWM support"
- depends on PLAT_SAMSUNG
+ depends on PLAT_SAMSUNG || ARCH_EXYNOS
help
Generic PWM framework driver for Samsung.