From: Sinan Kaya Date: Wed, 19 Dec 2018 22:46:59 +0000 (+0000) Subject: ACPI: Make PCI slot detection driver depend on PCI X-Git-Tag: v5.15~7380^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c6a1177826e5207306511a480b5aae79fd0fefb;p=platform%2Fkernel%2Flinux-starfive.git ACPI: Make PCI slot detection driver depend on PCI Since this is ACPI PCI slot detection driver for PCI, it doesn't make sense to compile this without PCI support in place. Signed-off-by: Sinan Kaya Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index a0abcb3..8b6ff80 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -369,7 +369,7 @@ config ACPI_DEBUG config ACPI_PCI_SLOT bool "PCI slot detection driver" - depends on SYSFS + depends on SYSFS && PCI help This driver creates entries in /sys/bus/pci/slots/ for all PCI slots in the system. This can help correlate PCI bus addresses,