diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2007-09-26 11:43:48 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-09-27 15:50:22 -0400 |
commit | 94f6c0860139da9219255b8ff45ad42117dda859 (patch) | |
tree | bc61aa08e89467d3b9b22b5f1d640425491a65d5 /drivers/acpi/Kconfig | |
parent | db1c291af7ad748777371f25b9ff92e3e5aba38e (diff) |
ACPI: SBS: Add support for power_supply class (and sysfs)
Add support for power_supply class and sysfs interface of it.
Refer to Documentation/power_supply_class.txt for interface description.
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 9 |
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 | ||
351 | config ACPI_SBS | 351 | config 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 | ||
360 | endif # ACPI | 359 | endif # ACPI |