aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/Kconfig
blob: 11bc09b4146bac6f685155c37932fa5b39b62099 (plain)
1
2
3
4
5
6
7
8
9
config RISCV32
    bool
    select ARM_COMPATIBLE_SEMIHOSTING if TCG
    select DEVICE_TREE # needed by boot.c

config RISCV64
    bool
    select ARM_COMPATIBLE_SEMIHOSTING if TCG
    select DEVICE_TREE # needed by boot.c