Revert "ACPI: dock driver"
[pandora-kernel.git] / drivers / acpi / Kconfig
index bc2652d..290c767 100644 (file)
@@ -133,13 +133,6 @@ config ACPI_FAN
          This driver adds support for ACPI fan devices, allowing user-mode 
          applications to perform basic fan control (on, off, status).
 
-config ACPI_DOCK
-       tristate "Dock"
-       depends on !ACPI_IBM_DOCK
-       default y
-       help
-         This driver adds support for ACPI controlled docking stations
-
 config ACPI_PROCESSOR
        tristate "Processor"
        default y
@@ -352,6 +345,18 @@ config ACPI_HOTPLUG_MEMORY
          If one selects "m," this driver can be loaded using the following
          command: 
                $>modprobe acpi_memhotplug 
+
+config ACPI_SBS
+       tristate "Smart Battery System (EXPERIMENTAL)"
+       depends on X86 && I2C
+       depends on EXPERIMENTAL
+       default y
+       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.
+
 endif  # ACPI
 
 endmenu