CONFIG_COMPRESSED_ISA

(No prompt – not directly user assignable.)

Type: bool

Defaults

Symbols that select this symbol

Kconfig definitions

At <Zephyr Boards>/riscv/qemu_riscv32/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config COMPRESSED_ISA
    bool
    default y

At <Zephyr Architecture>/riscv/Kconfig:12

Included via Kconfig:8Kconfig.zephyr:29<Zephyr Architecture>/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.)