diff options
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 | ||