From d7cfb520cfffaf7a30ed4f54581685f268d7475d Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Thu, 31 Jan 2019 14:53:28 +0100 Subject: 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 Reviewed-by: Paolo Bonzini Signed-off-by: Thomas Huth Signed-off-by: Paolo Bonzini --- hw/pci-host/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hw/pci-host') diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig index ff4080c78c..b39ea297ba 100644 --- a/hw/pci-host/Kconfig +++ b/hw/pci-host/Kconfig @@ -10,8 +10,10 @@ config GRACKLE_PCI bool config UNIN_PCI - select PCI bool + select PCI + select DEC_PCI + select OPENPIC config PPCE500_PCI select PCI -- cgit v1.2.3