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

Commit 938edae1 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS.



Now that the rest of the timers that didn't support clockevents have been
rewritten, both of these can be enabled by default.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d1fcc0a8
Loading
Loading
Loading
Loading
+1 −8
Original line number Original line Diff line number Diff line
@@ -78,7 +78,7 @@ config GENERIC_TIME
	def_bool y
	def_bool y


config GENERIC_CLOCKEVENTS
config GENERIC_CLOCKEVENTS
	def_bool n
	def_bool y


config GENERIC_CLOCKEVENTS_BROADCAST
config GENERIC_CLOCKEVENTS_BROADCAST
	bool
	bool
@@ -469,8 +469,6 @@ config SH_TMU
	bool "TMU timer support"
	bool "TMU timer support"
	depends on CPU_SH3 || CPU_SH4
	depends on CPU_SH3 || CPU_SH4
	default y
	default y
	select GENERIC_TIME
	select GENERIC_CLOCKEVENTS
	help
	help
	  This enables the use of the TMU as the system timer.
	  This enables the use of the TMU as the system timer.


@@ -478,8 +476,6 @@ config SH_TIMER_TMU
	bool "TMU timer driver"
	bool "TMU timer driver"
	depends on !SH_TMU && SYS_SUPPORTS_TMU
	depends on !SH_TMU && SYS_SUPPORTS_TMU
	default y
	default y
	select GENERIC_TIME
	select GENERIC_CLOCKEVENTS
	help
	help
	  This enables the build of the TMU timer driver.
	  This enables the build of the TMU timer driver.


@@ -487,8 +483,6 @@ config SH_TIMER_CMT
	bool "CMT timer driver"
	bool "CMT timer driver"
	depends on SYS_SUPPORTS_CMT
	depends on SYS_SUPPORTS_CMT
	default y
	default y
	select GENERIC_CLOCKEVENTS
	select GENERIC_TIME
	help
	help
	  This enables build of the CMT timer driver.
	  This enables build of the CMT timer driver.


@@ -496,7 +490,6 @@ config SH_TIMER_MTU2
	bool "MTU2 timer driver"
	bool "MTU2 timer driver"
	depends on SYS_SUPPORTS_MTU2
	depends on SYS_SUPPORTS_MTU2
	default y
	default y
	select GENERIC_CLOCKEVENTS
	help
	help
	  This enables build of the MTU2 timer driver.
	  This enables build of the MTU2 timer driver.