public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7
@ 2014-10-31 12:38 Abhilash Kesavan
  2014-11-14 14:08 ` Abhilash Kesavan
  2014-11-17 11:25 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Abhilash Kesavan @ 2014-10-31 12:38 UTC (permalink / raw)
  To: linux-pwm, thierry.reding; +Cc: kesavan.abhilash

To re-use the existing PWM driver for arm64 based exynos7 SoC,
make the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
---
 drivers/pwm/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index ef2dd2e..e82ab69 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -235,7 +235,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.
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-17 11:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 12:38 [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7 Abhilash Kesavan
2014-11-14 14:08 ` Abhilash Kesavan
2014-11-17 11:25 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox