:orphan: .. title:: COMPRESSED_ISA .. option:: CONFIG_COMPRESSED_ISA *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== - y - y if \ :option:`64BIT ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_RISCV32_IT8XXX2 ` Kconfig definitions =================== At ``/riscv/qemu_riscv32/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config COMPRESSED_ISA bool default y ---- At ``/riscv/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → RISCV Options .. code-block:: kconfig config COMPRESSED_ISA bool default y if 64BIT depends on RISCV *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*