CONFIG_SOC_NEORV32_ISA_C

RISC-V ISA Extension “C”

RISC-V ISA Extension “C”

Type: bool

Help

Enable this if the NEORV32 CPU implementation supports the RISC-V ISA
"C" extension (Compressed Instructions).

Help

Enable this if the NEORV32 CPU implementation supports the RISC-V ISA
"C" extension (Compressed Instructions).

Direct dependencies

SOC_SERIES_NEORV32 || SOC_SERIES_NEORV32

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.soc:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:38<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration

config SOC_NEORV32_ISA_C
    bool "RISC-V ISA Extension \"C\""
    select COMPRESSED_ISA
    depends on SOC_SERIES_NEORV32
    help
      Enable this if the NEORV32 CPU implementation supports the RISC-V ISA
      "C" extension (Compressed Instructions).

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.soc:25

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

Menu path: (Top) → Hardware Configuration

config SOC_NEORV32_ISA_C
    bool "RISC-V ISA Extension \"C\""
    select COMPRESSED_ISA
    depends on SOC_SERIES_NEORV32
    help
      Enable this if the NEORV32 CPU implementation supports the RISC-V ISA
      "C" extension (Compressed Instructions).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)