:orphan: .. title:: CONFIG_COMPRESSED_ISA .. kconfig:: CONFIG_COMPRESSED_ISA CONFIG_COMPRESSED_ISA ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== - y - y - y if \ :kconfig:`64BIT ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 ` - \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 ` Kconfig definitions =================== At ``/riscv/qemu_riscv32/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config COMPRESSED_ISA bool default y ---- At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config COMPRESSED_ISA bool default y depends on BOARD_TLSR9518ADK80D ---- At ``/riscv/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/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.)*