aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clocksource/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 4f754a972139..52e9329e3c51 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -155,6 +155,7 @@ config SYS_SUPPORTS_EM_STI
155 155
156config SH_TIMER_CMT 156config SH_TIMER_CMT
157 bool "Renesas CMT timer driver" if COMPILE_TEST 157 bool "Renesas CMT timer driver" if COMPILE_TEST
158 depends on GENERIC_CLOCKEVENTS
158 default SYS_SUPPORTS_SH_CMT 159 default SYS_SUPPORTS_SH_CMT
159 help 160 help
160 This enables build of a clocksource and clockevent driver for 161 This enables build of a clocksource and clockevent driver for
@@ -163,6 +164,7 @@ config SH_TIMER_CMT
163 164
164config SH_TIMER_MTU2 165config SH_TIMER_MTU2
165 bool "Renesas MTU2 timer driver" if COMPILE_TEST 166 bool "Renesas MTU2 timer driver" if COMPILE_TEST
167 depends on GENERIC_CLOCKEVENTS
166 default SYS_SUPPORTS_SH_MTU2 168 default SYS_SUPPORTS_SH_MTU2
167 help 169 help
168 This enables build of a clockevent driver for the Multi-Function 170 This enables build of a clockevent driver for the Multi-Function
@@ -171,6 +173,7 @@ config SH_TIMER_MTU2
171 173
172config SH_TIMER_TMU 174config SH_TIMER_TMU
173 bool "Renesas TMU timer driver" if COMPILE_TEST 175 bool "Renesas TMU timer driver" if COMPILE_TEST
176 depends on GENERIC_CLOCKEVENTS
174 default SYS_SUPPORTS_SH_TMU 177 default SYS_SUPPORTS_SH_TMU
175 help 178 help
176 This enables build of a clocksource and clockevent driver for 179 This enables build of a clocksource and clockevent driver for
@@ -179,6 +182,7 @@ config SH_TIMER_TMU
179 182
180config EM_TIMER_STI 183config EM_TIMER_STI
181 bool "Renesas STI timer driver" if COMPILE_TEST 184 bool "Renesas STI timer driver" if COMPILE_TEST
185 depends on GENERIC_CLOCKEVENTS
182 default SYS_SUPPORTS_EM_STI 186 default SYS_SUPPORTS_EM_STI
183 help 187 help
184 This enables build of a clocksource and clockevent driver for 188 This enables build of a clocksource and clockevent driver for