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

Direct dependencies

SOC_SERIES_NEORV32

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:18<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.)