diff options
author | Sinan Kaya <okaya@kernel.org> | 2018-12-20 01:46:59 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-12-20 12:19:49 +0300 |
commit | 5c6a1177826e5207306511a480b5aae79fd0fefb (patch) | |
tree | f28a241e874643b8e3428f7a7f60f6dd9915c3fe /drivers/acpi/Kconfig | |
parent | 43554cebba50e709b9207c55ceca6bc281748586 (diff) | |
download | linux-5c6a1177826e5207306511a480b5aae79fd0fefb.tar.xz |
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>
Diffstat (limited to 'drivers/acpi/Kconfig')
-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 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, |