aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2013-04-23 11:46:23 -0400
committerOlof Johansson <olof@lixom.net>2013-04-28 15:16:42 -0400
commit77d844344952934baf2902cf6f1ac870dc1b4d7a (patch)
treefad01d6098c6575bcb087b4d6d437099475226e1
parent5b5ff97d2c46c52d2a86208509633230c9a486ec (diff)
clocksource: samsung_pwm_timer: Let platforms select the driver
This patch modifies the way of enabling the driver to let the platforms select it in their Kconfig instead of specifying particular platforms in Kconfig entry of the driver. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--drivers/clocksource/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 03caba2540e2..ff5b6d87d65a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -69,7 +69,7 @@ config CLKSRC_METAG_GENERIC
69 This option enables support for the Meta per-thread timers. 69 This option enables support for the Meta per-thread timers.
70 70
71config CLKSRC_SAMSUNG_PWM 71config CLKSRC_SAMSUNG_PWM
72 def_bool ARCH_EXYNOS4 72 bool
73 depends on OF 73 depends on OF
74 select CLKSRC_MMIO 74 select CLKSRC_MMIO
75 help 75 help