def_bool y
config GENERIC_CLOCKEVENTS
- def_bool n
+ def_bool y
config GENERIC_CLOCKEVENTS_BROADCAST
bool
bool "TMU timer support"
depends on CPU_SH3 || CPU_SH4
default y
- select GENERIC_TIME
- select GENERIC_CLOCKEVENTS
help
This enables the use of the TMU as the system timer.
bool "TMU timer driver"
depends on !SH_TMU && SYS_SUPPORTS_TMU
default y
- select GENERIC_TIME
- select GENERIC_CLOCKEVENTS
help
This enables the build of the TMU timer driver.
bool "CMT timer driver"
depends on SYS_SUPPORTS_CMT
default y
- select GENERIC_CLOCKEVENTS
- select GENERIC_TIME
help
This enables build of the CMT timer driver.
bool "MTU2 timer driver"
depends on SYS_SUPPORTS_MTU2
default y
- select GENERIC_CLOCKEVENTS
help
This enables build of the MTU2 timer driver.