diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
| -rw-r--r-- | drivers/clocksource/Kconfig | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cd6950fd8caf..52e9329e3c51 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
| @@ -140,3 +140,51 @@ config VF_PIT_TIMER | |||
| 140 | bool | 140 | bool |
| 141 | help | 141 | help |
| 142 | Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. | 142 | Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. |
| 143 | |||
| 144 | config SYS_SUPPORTS_SH_CMT | ||
| 145 | bool | ||
| 146 | |||
| 147 | config SYS_SUPPORTS_SH_MTU2 | ||
| 148 | bool | ||
| 149 | |||
| 150 | config SYS_SUPPORTS_SH_TMU | ||
| 151 | bool | ||
| 152 | |||
| 153 | config SYS_SUPPORTS_EM_STI | ||
| 154 | bool | ||
| 155 | |||
| 156 | config SH_TIMER_CMT | ||
| 157 | bool "Renesas CMT timer driver" if COMPILE_TEST | ||
| 158 | depends on GENERIC_CLOCKEVENTS | ||
| 159 | default SYS_SUPPORTS_SH_CMT | ||
| 160 | help | ||
| 161 | This enables build of a clocksource and clockevent driver for | ||
| 162 | the Compare Match Timer (CMT) hardware available in 16/32/48-bit | ||
| 163 | variants on a wide range of Mobile and Automotive SoCs from Renesas. | ||
| 164 | |||
| 165 | config SH_TIMER_MTU2 | ||
| 166 | bool "Renesas MTU2 timer driver" if COMPILE_TEST | ||
| 167 | depends on GENERIC_CLOCKEVENTS | ||
| 168 | default SYS_SUPPORTS_SH_MTU2 | ||
| 169 | help | ||
| 170 | This enables build of a clockevent driver for the Multi-Function | ||
| 171 | Timer Pulse Unit 2 (TMU2) hardware available on SoCs from Renesas. | ||
| 172 | This hardware comes with 16 bit-timer registers. | ||
| 173 | |||
| 174 | config SH_TIMER_TMU | ||
| 175 | bool "Renesas TMU timer driver" if COMPILE_TEST | ||
| 176 | depends on GENERIC_CLOCKEVENTS | ||
| 177 | default SYS_SUPPORTS_SH_TMU | ||
| 178 | help | ||
| 179 | This enables build of a clocksource and clockevent driver for | ||
| 180 | the 32-bit Timer Unit (TMU) hardware available on a wide range | ||
| 181 | SoCs from Renesas. | ||
| 182 | |||
| 183 | config EM_TIMER_STI | ||
| 184 | bool "Renesas STI timer driver" if COMPILE_TEST | ||
| 185 | depends on GENERIC_CLOCKEVENTS | ||
| 186 | default SYS_SUPPORTS_EM_STI | ||
| 187 | help | ||
| 188 | This enables build of a clocksource and clockevent driver for | ||
| 189 | the 48-bit System Timer (STI) hardware available on a SoCs | ||
| 190 | such as EMEV2 from former NEC Electronics. | ||
