summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSinan Kaya <okaya@kernel.org>2018-12-19 17:46:59 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-12-20 04:19:49 -0500
commit5c6a1177826e5207306511a480b5aae79fd0fefb (patch)
treef28a241e874643b8e3428f7a7f60f6dd9915c3fe
parent43554cebba50e709b9207c55ceca6bc281748586 (diff)
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 <okaya@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index a0abcb3bd673..8b6ff80a69cd 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -369,7 +369,7 @@ config ACPI_DEBUG
369 369
370config ACPI_PCI_SLOT 370config ACPI_PCI_SLOT
371 bool "PCI slot detection driver" 371 bool "PCI slot detection driver"
372 depends on SYSFS 372 depends on SYSFS && PCI
373 help 373 help
374 This driver creates entries in /sys/bus/pci/slots/ for all PCI 374 This driver creates entries in /sys/bus/pci/slots/ for all PCI
375 slots in the system. This can help correlate PCI bus addresses, 375 slots in the system. This can help correlate PCI bus addresses,