diff options
author | Len Brown <len.brown@intel.com> | 2007-04-28 23:16:59 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 23:16:59 -0400 |
commit | 12a5a712123b81a8ba0bc486e2384a375c00f095 (patch) | |
tree | 99d4c9591f0ded05665dfbb7d0d0c7caf1278f59 /drivers/acpi/Kconfig | |
parent | 14d21785885c018611efd8aa75a5c11eaea29087 (diff) | |
parent | 439a888885c584f7ac8536a43be80475f9eaed71 (diff) |
Pull sbs into release branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index e905c950fd7b..139f41f033d8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -351,11 +351,10 @@ config ACPI_HOTPLUG_MEMORY | |||
351 | 351 | ||
352 | config ACPI_SBS | 352 | config ACPI_SBS |
353 | tristate "Smart Battery System (EXPERIMENTAL)" | 353 | tristate "Smart Battery System (EXPERIMENTAL)" |
354 | depends on X86 && I2C | 354 | depends on X86 |
355 | depends on EXPERIMENTAL | 355 | depends on EXPERIMENTAL |
356 | help | 356 | help |
357 | This driver adds support for the Smart Battery System. | 357 | This driver adds support for the Smart Battery System. |
358 | Depends on I2C (Device Drivers ---> I2C support) | ||
359 | A "Smart Battery" is quite old and quite rare compared | 358 | A "Smart Battery" is quite old and quite rare compared |
360 | to today's ACPI "Control Method" battery. | 359 | to today's ACPI "Control Method" battery. |
361 | 360 | ||