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

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