aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index c52fca833268..250d41a24f78 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -338,6 +338,15 @@ config ACPI_EC
338 the battery and thermal drivers. If you are compiling for a 338 the battery and thermal drivers. If you are compiling for a
339 mobile system, say Y. 339 mobile system, say Y.
340 340
341config ACPI_PCI_SLOT
342 tristate "PCI slot detection driver"
343 default n
344 help
345 This driver will attempt to discover all PCI slots in your system,
346 and creates entries in /sys/bus/pci/slots/. This feature can
347 help you correlate PCI bus addresses with the physical geography
348 of your slots. If you are unsure, say N.
349
341config ACPI_POWER 350config ACPI_POWER
342 bool 351 bool
343 default y 352 default y