Skip to content

Commit 94f6c08

Browse files
Alexey Starikovskiylenb
authored andcommitted
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 <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent db1c291 commit 94f6c08

File tree

2 files changed

+237
-86
lines changed

2 files changed

+237
-86
lines changed

drivers/acpi/Kconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,11 @@ config ACPI_HOTPLUG_MEMORY
349349
$>modprobe acpi_memhotplug
350350

351351
config ACPI_SBS
352-
tristate "Smart Battery System (EXPERIMENTAL)"
352+
tristate "Smart Battery System"
353353
depends on X86
354-
depends on EXPERIMENTAL
354+
depends on POWER_SUPPLY
355355
help
356-
This driver adds support for the Smart Battery System.
357-
A "Smart Battery" is quite old and quite rare compared
358-
to today's ACPI "Control Method" battery.
356+
This driver adds support for the Smart Battery System, another
357+
type of access to battery information, found on some laptops.
359358

360359
endif # ACPI

0 commit comments

Comments
 (0)