The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SOC_ANDES_V5_PFT

Enable Andes V5 PowerBrake extension

Type: bool

Help

The PowerBrake extension throttles performance by reducing instruction
executing rate.

Direct dependencies

SOC_SERIES_RISCV_ANDES_V5

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At soc/riscv/riscv-privilege/andes_v5/Kconfig.soc:64

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration

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.)