diff options
Diffstat (limited to 'hw/s390x/Kconfig')
-rw-r--r-- | hw/s390x/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig new file mode 100644 index 000000000..5e7d8a2ba --- /dev/null +++ b/hw/s390x/Kconfig @@ -0,0 +1,12 @@ +config S390_CCW_VIRTIO + bool + imply VIRTIO_PCI + imply TERMINAL3270 + imply VFIO_AP + imply VFIO_CCW + imply WDT_DIAG288 + select PCI + select S390_FLIC + select SCLPCONSOLE + select VIRTIO_CCW + select MSI_NONBROKEN |