:orphan: .. title:: CONFIG_SOC_ANDES_V5_PFT .. kconfig:: CONFIG_SOC_ANDES_V5_PFT CONFIG_SOC_ANDES_V5_PFT ####################### *Enable Andes V5 PowerBrake extension* *Enable Andes V5 PowerBrake extension* Type: ``bool`` Help ==== .. code-block:: none The PowerBrake extension throttles performance by reducing instruction executing rate. Help ==== .. code-block:: none The PowerBrake extension throttles performance by reducing instruction executing rate. Direct dependencies =================== \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` || \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` *(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/andes_v5/Kconfig.soc:64`` 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 SOC_ANDES_V5_PFT bool "Enable Andes V5 PowerBrake extension" default y select RISCV_SOC_CONTEXT_SAVE depends on SOC_SERIES_RISCV_ANDES_V5 help The PowerBrake extension throttles performance by reducing instruction executing rate. ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ANDES_V5_PFT bool "Enable Andes V5 PowerBrake extension" default y select RISCV_SOC_CONTEXT_SAVE depends on SOC_SERIES_RISCV_ANDES_V5 help The PowerBrake extension throttles performance by reducing instruction executing rate. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*