Browse Source

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>
Abhilash Kesavan 10 years ago
parent
commit
06e4cb6b1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pwm/Kconfig

+ 1 - 1
drivers/pwm/Kconfig

@@ -255,7 +255,7 @@ config PWM_ROCKCHIP
 
 
 config PWM_SAMSUNG
 config PWM_SAMSUNG
 	tristate "Samsung PWM support"
 	tristate "Samsung PWM support"
-	depends on PLAT_SAMSUNG
+	depends on PLAT_SAMSUNG || ARCH_EXYNOS
 	help
 	help
 	  Generic PWM framework driver for Samsung.
 	  Generic PWM framework driver for Samsung.