-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
¶
Timer queries its hardware to find its frequency at runtime
Type: bool
Help¶
The drivers select this option automatically when needed. Do not modify this unless you have a very good reason for it.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/timer/Kconfig:187
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
bool
prompt "Timer queries its hardware to find its frequency at runtime"
help
The drivers select this option automatically when needed. Do not modify
this unless you have a very good reason for it.
(Definitions include propagated dependencies, including from if’s and menus.)