From: Abhilash Kesavan Date: Fri, 31 Oct 2014 12:38:46 +0000 (+0530) Subject: pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=06e4cb6b1d5c9dba007b1f7a039384b2fc1a8827;p=linux-beck.git 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 Signed-off-by: Thierry Reding --- 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.