diff options
author | Sinan Kaya <okaya@kernel.org> | 2018-12-19 17:46:59 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-12-20 04:19:49 -0500 |
commit | 5c6a1177826e5207306511a480b5aae79fd0fefb (patch) | |
tree | f28a241e874643b8e3428f7a7f60f6dd9915c3fe | |
parent | 43554cebba50e709b9207c55ceca6bc281748586 (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/Kconfig | 2 |
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 | ||
370 | config ACPI_PCI_SLOT | 370 | config 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, |