| menu "RISC-V architecture" |
| bool "Support ax25-ae350" |
| bool "Support QEMU Virt Board" |
| # board-specific options below |
| source "board/AndesTech/ax25-ae350/Kconfig" |
| source "board/emulation/qemu-riscv/Kconfig" |
| # platform-specific options below |
| source "arch/riscv/cpu/ax25/Kconfig" |
| # architecture-specific options below |
| Choose this option to target the RV32I base integer instruction set. |
| Choose this option to target the RV64I base integer instruction set. |
| bool "Emit compressed instructions" |
| Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| when building U-Boot, which results in compressed instructions in the |