xref: /openbmc/qemu/target/riscv/Kconfig (revision eec2f9cc69ba68c09dfba6812f58e550c1e83d68)
1config RISCV32
2    bool
3    select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
4    select DEVICE_TREE # needed by boot.c
5
6config RISCV64
7    bool
8    select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
9    select DEVICE_TREE # needed by boot.c
10