Skip to content

Commit

Permalink
clocksource: samsung_pwm_timer: Let platforms select the driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomasz Figa authored and Olof Johansson committed Apr 28, 2013
1 parent 5b5ff97 commit 77d8443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77d8443

Please sign in to comment.