aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorVladimir Lebedev <vladimir.p.lebedev@intel.com>2007-03-19 10:45:50 -0400
committerLen Brown <len.brown@intel.com>2007-03-22 01:15:57 -0400
commitb4150fc4ae20621edf2f8e1ea5ce13eb2c803e7a (patch)
tree429393498ec586e49a857151db9691665d5b1b8c /drivers/acpi/Kconfig
parent6d15702cc07503b74494dc4f1ddb15f354987b14 (diff)
ACPI: sbs: remove I2C Kconfig dependency
SBS does not depend on I2C. Signed-off-by: Vladimir Lebedev <vladimir.p.lebedev@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig3
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
389config ACPI_SBS 389config 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