diff options
Diffstat (limited to 'hw/s390x/Kconfig')
-rw-r--r-- | hw/s390x/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig index 303db7f552..a7046ea41f 100644 --- a/hw/s390x/Kconfig +++ b/hw/s390x/Kconfig @@ -1,2 +1,11 @@ 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 |