:orphan: .. title:: CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME .. kconfig:: CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME ########################################### *Timer queries its hardware to find its frequency at runtime* Type: ``bool`` Help ==== .. code-block:: none 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 imply this symbol ============================== - \ :kconfig:`HPET_TIMER ` Kconfig definition ================== At ``/timer/Kconfig:363`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config TIMER_READS_ITS_FREQUENCY_AT_RUNTIME bool "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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*