diff options
Diffstat (limited to 'drivers/acpi')
-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 e2ce4a9c1c92..d9d9721dcc91 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -388,11 +388,10 @@ config ACPI_HOTPLUG_MEMORY | |||
388 | 388 | ||
389 | config ACPI_SBS | 389 | config ACPI_SBS |
390 | tristate "Smart Battery System (EXPERIMENTAL)" | 390 | tristate "Smart Battery System (EXPERIMENTAL)" |
391 | depends on X86 && I2C | 391 | depends on X86 |
392 | depends on EXPERIMENTAL | 392 | depends on EXPERIMENTAL |
393 | help | 393 | help |
394 | This driver adds support for the Smart Battery System. | 394 | This driver adds support for the Smart Battery System. |
395 | Depends on I2C (Device Drivers ---> I2C support) | ||
396 | A "Smart Battery" is quite old and quite rare compared | 395 | A "Smart Battery" is quite old and quite rare compared |
397 | to today's ACPI "Control Method" battery. | 396 | to today's ACPI "Control Method" battery. |
398 | 397 | ||