Files
xemu/target/riscv/Kconfig
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
185 B
Plaintext
Raw Normal View History

2021-07-07 14:17:40 +01:00
config RISCV32
bool
2024-02-07 16:38:07 +00:00
select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
2021-07-07 14:17:40 +01:00
config RISCV64
bool
2024-02-07 16:38:07 +00:00
select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()