:orphan: .. title:: CONFIG_SOC_NEORV32_ISA_C .. kconfig:: CONFIG_SOC_NEORV32_ISA_C CONFIG_SOC_NEORV32_ISA_C ######################## *RISC-V ISA Extension "C"* Type: ``bool`` Help ==== .. code-block:: none Enable this if the NEORV32 CPU implementation supports the RISC-V ISA "C" extension (Compressed Instructions). Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`COMPRESSED_ISA ` Kconfig definition ================== At ``/riscv/riscv-privilege/neorv32/Kconfig.soc:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*