diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-09 19:00:35 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-10 15:45:15 +0200 |
commit | e799b65faef129f2905bd9bf66c30aaaa7115dac (patch) | |
tree | 2c9c32f83fd26b2451014019518833ea96e5e921 /target/s390x | |
parent | a55ae46683f289c46a0c0a807dbb89229a1e00cd (diff) | |
download | qemu-e799b65faef129f2905bd9bf66c30aaaa7115dac.zip qemu-e799b65faef129f2905bd9bf66c30aaaa7115dac.tar.gz qemu-e799b65faef129f2905bd9bf66c30aaaa7115dac.tar.bz2 |
s390x: select correct components for no-board build
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240509170044.190795-5-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/s390x')
-rw-r--r-- | target/s390x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/s390x/Kconfig b/target/s390x/Kconfig index 72da481..d886be4 100644 --- a/target/s390x/Kconfig +++ b/target/s390x/Kconfig @@ -1,2 +1,4 @@ config S390X bool + select PCI + select S390_FLIC |