Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI: disable SBS by default
@ 2006-07-06  3:46 Dmitry Torokhov
  2006-07-06  5:56 ` Fryderyk Dziarmagowski
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2006-07-06  3:46 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi, Andrew Morton

From: Dmitry Torokhov <dtor@insightbb.com>

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@mail.ru>
---

 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-06 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  3:46 [PATCH] ACPI: disable SBS by default Dmitry Torokhov
2006-07-06  5:56 ` Fryderyk Dziarmagowski
2006-07-06 15:27   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox