Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d84434 authored by Tomasz Figa's avatar Tomasz Figa Committed by Olof Johansson
Browse files

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: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5b5ff97d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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