projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5ff97
)
clocksource: samsung_pwm_timer: Let platforms select the driver
author
Tomasz Figa
<
[email protected]
>
Tue, 23 Apr 2013 15:46:23 +0000
(17:46 +0200)
committer
Olof Johansson
<
[email protected]
>
Sun, 28 Apr 2013 19:16:42 +0000
(12:16 -0700)
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 <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Reviewed-by: Arnd Bergmann <
[email protected]
>
Acked-by: Kukjin Kim <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
drivers/clocksource/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clocksource/Kconfig
b/drivers/clocksource/Kconfig
index 03caba2540e26189771bd227a21c7f6cb0322258..ff5b6d87d65a2e486b2af7edaf544f74f685cb27 100644
(file)
--- a/
drivers/clocksource/Kconfig
+++ b/
drivers/clocksource/Kconfig
@@
-69,7
+69,7
@@
config CLKSRC_METAG_GENERIC
This option enables support for the Meta per-thread timers.
config CLKSRC_SAMSUNG_PWM
- def_bool ARCH_EXYNOS4
+ bool
depends on OF
select CLKSRC_MMIO
help