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

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

BOARD_QEMU_RISCV32 || RISCV

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At boards/riscv/qemu_riscv32/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config COMPRESSED_ISA
    bool
    default y
    depends on BOARD_QEMU_RISCV32

At arch/riscv/Kconfig:12

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12

Menu path: (Top) → RISCV Options

config COMPRESSED_ISA
    bool
    default y if 64BIT
    depends on RISCV

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