d70fb7cf34
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 s390. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
config S390_CCW_VIRTIO
|
|
bool
|
|
default y
|
|
depends on S390X
|
|
imply VIRTIO_PCI
|
|
imply TERMINAL3270
|
|
imply VFIO_AP
|
|
imply VFIO_CCW
|
|
imply WDT_DIAG288
|
|
imply PCIE_DEVICES
|
|
imply IOMMUFD
|
|
select PCI_EXPRESS
|
|
select S390_FLIC
|
|
select S390_FLIC_KVM if KVM
|
|
select SCLPCONSOLE
|
|
select VIRTIO_CCW
|
|
select MSI_NONBROKEN
|