aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/Kconfig
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2020-12-24 18:22:55 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2021-01-06 11:09:59 +1100
commit27d5caec4fc5987b89257d2160d042717001dad2 (patch)
tree2d7fcc1f5ec705cfecb8edf7d7c83030c9e6304c /hw/intc/Kconfig
parentb040e591c5cf116b8a51821db0de09213530c689 (diff)
downloadqemu-27d5caec4fc5987b89257d2160d042717001dad2.zip
qemu-27d5caec4fc5987b89257d2160d042717001dad2.tar.gz
qemu-27d5caec4fc5987b89257d2160d042717001dad2.tar.bz2
ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVE
Have PSERIES to select XICS and XIVE, and directly check PSERIES in hw/intc/meson.build to enable build of the XICS and XIVE sPAPR backends, like POWERNV already does. This allows to get rid of the intermediate XICS_SPAPR and XIVE_SPAPR. Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <160883057560.253005.4206568349917633920.stgit@bahia.lan> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r--hw/intc/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index fa2695e..c18d111 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -32,11 +32,9 @@ config ARM_GIC_KVM
config XICS
bool
- depends on POWERNV || PSERIES
-config XICS_SPAPR
+config XIVE
bool
- select XICS
config ALLWINNER_A10_PIC
bool