:orphan: .. title:: COMPRESSED_ISA .. option:: CONFIG_COMPRESSED_ISA *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_QEMU_RISCV32 ` || \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y if \ :option:`64BIT ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/qemu_riscv32/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config COMPRESSED_ISA bool default y depends on \ :option:`BOARD_QEMU_RISCV32 ` ---- At ``arch/riscv/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → RISCV Options .. parsed-literal:: config COMPRESSED_ISA bool default y if \ :option:`64BIT ` depends on \ :option:`RISCV ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*