c8b39c9b5b
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with OpenRISC. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
23 lines
416 B
Plaintext
23 lines
416 B
Plaintext
config OR1K_SIM
|
|
bool
|
|
default y
|
|
depends on OPENRISC
|
|
select SERIAL
|
|
select OPENCORES_ETH
|
|
select OMPIC
|
|
select SPLIT_IRQ
|
|
|
|
config OR1K_VIRT
|
|
bool
|
|
default y
|
|
depends on OPENRISC
|
|
imply PCI_DEVICES
|
|
imply VIRTIO_VGA
|
|
imply TEST_DEVICES
|
|
select PCI
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select GOLDFISH_RTC
|
|
select SERIAL
|
|
select SIFIVE_TEST
|
|
select VIRTIO_MMIO
|