qemu/hw/riscv/Kconfig
Paolo Bonzini 82a230d5a3 riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:46:19 +01:00

34 lines
420 B
Plaintext

config HTIF
bool
config HART
bool
config SIFIVE
bool
config SIFIVE_E
bool
select HART
select SIFIVE
config SIFIVE_U
bool
select CADENCE
select HART
select SIFIVE
config SPIKE
bool
select HART
select HTIF
select SIFIVE
config RISCV_VIRT
bool
select HART
select SERIAL
select VIRTIO_MMIO
select PCI_EXPRESS_GENERIC_BRIDGE
select SIFIVE