On Fri, 17 May 2019 08:51:14 +0800 Wei Yang <[email protected]> wrote:
> Pointed out by Philippe Mathieu-Daudé <[email protected]>. > > Signed-off-by: Wei Yang <[email protected]> > --- > hw/acpi/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig > index 7265843cc3..7c59cf900b 100644 > --- a/hw/acpi/Kconfig > +++ b/hw/acpi/Kconfig > @@ -25,7 +25,7 @@ config ACPI_NVDIMM > > config ACPI_PCI > bool > - depends on ACPI > + depends on ACPI && PCI > > config ACPI_VMGENID > bool are you sure you didn't miss anything? On Fri, 17 May 2019 10:37:42 +0200 Philippe Mathieu-Daudé <[email protected]> wrote: [...] > > config ARM_VIRT > ... > select ACPI_PCI > > config ACPI_PCI > bool > depends on ACPI && PCI >
