aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-31 14:53:28 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:46:19 +0100
commitd7cfb520cfffaf7a30ed4f54581685f268d7475d (patch)
tree72b52fa6143126d79f502f6d9bf2355a6266a112 /hw/ppc
parent12bb3a90088ed427ac5e6a974c5f93a3106fc4cf (diff)
downloadqemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.zip
qemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.tar.gz
qemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.tar.bz2
ppc: Express dependencies of the Mac machines with kconfig
This will make it for example easier if the users want to disable one of the two machines for their builds. Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc')
-rw-r--r--hw/ppc/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index 78b0d92..cb72f6c 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -55,9 +55,24 @@ config RS6000_MC
config MAC_OLDWORLD
bool
+ imply PCI_DEVICES
+ imply SUNGEM
+ imply TEST_DEVICES
+ select ADB
+ select GRACKLE_PCI
+ select HEATHROW_PIC
+ select MACIO
config MAC_NEWWORLD
bool
+ imply PCI_DEVICES
+ imply SUNGEM
+ imply TEST_DEVICES
+ select ADB
+ select MACIO
+ select MACIO_GPIO
+ select MAC_PMU
+ select UNIN_PCI
config E500
bool