diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 1a4ed64586a7..320006019e68 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -306,7 +306,7 @@ config ACPI_DEBUG_FUNC_TRACE | |||
306 | is about half of the penalty and is rarely useful. | 306 | is about half of the penalty and is rarely useful. |
307 | 307 | ||
308 | config ACPI_PCI_SLOT | 308 | config ACPI_PCI_SLOT |
309 | tristate "PCI slot detection driver" | 309 | bool "PCI slot detection driver" |
310 | depends on SYSFS | 310 | depends on SYSFS |
311 | default n | 311 | default n |
312 | help | 312 | help |
@@ -315,9 +315,6 @@ config ACPI_PCI_SLOT | |||
315 | i.e., segment/bus/device/function tuples, with physical slots in | 315 | i.e., segment/bus/device/function tuples, with physical slots in |
316 | the system. If you are unsure, say N. | 316 | the system. If you are unsure, say N. |
317 | 317 | ||
318 | To compile this driver as a module, choose M here: | ||
319 | the module will be called pci_slot. | ||
320 | |||
321 | config X86_PM_TIMER | 318 | config X86_PM_TIMER |
322 | bool "Power Management Timer Support" if EXPERT | 319 | bool "Power Management Timer Support" if EXPERT |
323 | depends on X86 | 320 | depends on X86 |