Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
target
/
riscv
/
Kconfig
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
text
9 lines
223 Bytes
Copy permalink
Copy
Raw
1
config RISCV32
2
bool
3
select ARM_COMPATIBLE_SEMIHOSTING if TCG
4
select DEVICE_TREE # needed by boot.c
5
6
config RISCV64
7
bool
8
select ARM_COMPATIBLE_SEMIHOSTING if TCG
9
select DEVICE_TREE # needed by boot.c