xref: /openbmc/qemu/target/riscv/Kconfig (revision 64c6e744)
1config RISCV32
2    bool
3    select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
4
5config RISCV64
6    bool
7    select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
8