[PATCH v3 02/13] clocksource: samsung_pwm_timer: Let platforms select the driver
Tomasz Figa
t.figa at samsung.com
Tue Apr 23 11:46:23 EDT 2013
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 at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
drivers/clocksource/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index f261ddc..4700305 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -78,7 +78,7 @@ config CLKSRC_EXYNOS_MCT
Support for Multi Core Timer controller on Exynos SoCs.
config CLKSRC_SAMSUNG_PWM
- def_bool ARCH_EXYNOS4
+ bool
depends on OF
select CLKSRC_MMIO
help
--
1.8.2.1
More information about the linux-arm-kernel
mailing list