:orphan: .. title:: CONFIG_TELINK_B91_PFT_ARCH .. kconfig:: CONFIG_TELINK_B91_PFT_ARCH CONFIG_TELINK_B91_PFT_ARCH ########################## *Support performance throttling* *Support performance throttling* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_RISCV_TELINK_B91 ` || \ :kconfig:`SOC_SERIES_RISCV_TELINK_B91 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`RISCV_SOC_CONTEXT_SAVE ` - \ :kconfig:`RISCV_SOC_CONTEXT_SAVE ` Kconfig definitions =================== At ``/riscv/riscv-privilege/telink_b91/Kconfig.soc:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config TELINK_B91_PFT_ARCH bool "Support performance throttling" default y select RISCV_SOC_CONTEXT_SAVE depends on SOC_SERIES_RISCV_TELINK_B91 ---- At ``/riscv/riscv-privilege/telink_b91/Kconfig.soc:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config TELINK_B91_PFT_ARCH bool "Support performance throttling" default y select RISCV_SOC_CONTEXT_SAVE depends on SOC_SERIES_RISCV_TELINK_B91 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*