From: Dmitry Torokhov <dtor@xxxxxxxxxxxxx> ACPI: disable SBS by default Kconfig help even says that SBS is pretty rare and already obsolete so it does not make sence to keep it enabled. Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: work/drivers/acpi/Kconfig =================================================================== --- work.orig/drivers/acpi/Kconfig +++ work/drivers/acpi/Kconfig @@ -357,7 +357,7 @@ config ACPI_SBS tristate "Smart Battery System (EXPERIMENTAL)" depends on X86 && I2C depends on EXPERIMENTAL - default y + default n help This driver adds support for the Smart Battery System. Depends on I2C (Device Drivers ---> I2C support) - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html