:orphan: .. title:: CONFIG_APIC_TIMER_TSC_M .. kconfig:: CONFIG_APIC_TIMER_TSC_M CONFIG_APIC_TIMER_TSC_M ####################### *TSC to local APIC timer frequency divisor (M)* Type: ``int`` Direct dependencies =================== (\ :kconfig:`APIC_TIMER ` && (\ :kconfig:`BOARD_EHL_CRB ` || \ :kconfig:`BOARD_EHL_CRB_SBL `)) || (\ :kconfig:`APIC_TIMER ` && \ :kconfig:`BOARD_UP_SQUARED `) || (\ :kconfig:`APIC_TIMER_TSC ` && \ :kconfig:`APIC_TIMER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 3 - 3 - 1 Kconfig definitions =================== At ``/x86/ehl_crb/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config APIC_TIMER_TSC_M int default 3 depends on APIC_TIMER && (BOARD_EHL_CRB || BOARD_EHL_CRB_SBL) ---- At ``/x86/up_squared/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config APIC_TIMER_TSC_M int default 3 depends on APIC_TIMER && BOARD_UP_SQUARED ---- At ``/timer/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers → New local APIC timer → Use invariant TSC for sys_clock_cycle_get_32() .. code-block:: kconfig config APIC_TIMER_TSC_M int "TSC to local APIC timer frequency divisor (M)" default 1 depends on APIC_TIMER_TSC && APIC_TIMER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*