[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] hw/acpi: ACPI_PCI should depends on both ACPI and P
From: |
Wei Yang |
Subject: |
[Qemu-devel] [PATCH] hw/acpi: ACPI_PCI should depends on both ACPI and PCI |
Date: |
Fri, 17 May 2019 08:51:14 +0800 |
Pointed out by Philippe Mathieu-Daudé <address@hidden>.
Signed-off-by: Wei Yang <address@hidden>
---
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
--
2.19.1
- [Qemu-devel] [PATCH] hw/acpi: ACPI_PCI should depends on both ACPI and PCI,
Wei Yang <=