diff options
author | Vladimir Lebedev <vladimir.p.lebedev@intel.com> | 2007-03-19 17:45:50 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-22 01:15:57 -0400 |
commit | b4150fc4ae20621edf2f8e1ea5ce13eb2c803e7a (patch) | |
tree | 429393498ec586e49a857151db9691665d5b1b8c /drivers/acpi/Kconfig | |
parent | 6d15702cc07503b74494dc4f1ddb15f354987b14 (diff) | |
download | talos-obmc-linux-b4150fc4ae20621edf2f8e1ea5ce13eb2c803e7a.tar.gz talos-obmc-linux-b4150fc4ae20621edf2f8e1ea5ce13eb2c803e7a.zip |
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/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 config ACPI_SBS tristate "Smart Battery System (EXPERIMENTAL)" - depends on X86 && I2C + depends on X86 depends on EXPERIMENTAL help This driver adds support for the Smart Battery System. - Depends on I2C (Device Drivers ---> I2C support) A "Smart Battery" is quite old and quite rare compared to today's ACPI "Control Method" battery. |