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, 4 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 8560bc3b157b..ba6a61f7aae7 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -349,12 +349,11 @@ config ACPI_HOTPLUG_MEMORY
349 $>modprobe acpi_memhotplug 349 $>modprobe acpi_memhotplug
350 350
351config ACPI_SBS 351config ACPI_SBS
352 tristate "Smart Battery System (EXPERIMENTAL)" 352 tristate "Smart Battery System"
353 depends on X86 353 depends on X86
354 depends on EXPERIMENTAL 354 depends on POWER_SUPPLY
355 help 355 help
356 This driver adds support for the Smart Battery System. 356 This driver adds support for the Smart Battery System, another
357 A "Smart Battery" is quite old and quite rare compared 357 type of access to battery information, found on some laptops.
358 to today's ACPI "Control Method" battery.
359 358
360endif # ACPI 359endif # ACPI