Hi Andrew,

   I think the following isn't on purpose but the IBM Thinkpad acpi
   extras default to y in Kconfig. The patch below fixes it:

   Signed-off-by: <[EMAIL PROTECTED]>


--- drivers/acpi/Kconfig.orig   2005-09-09 09:46:26.000000000 +0200
+++ drivers/acpi/Kconfig        2005-09-09 09:46:46.000000000 +0200
@@ -197,7 +197,7 @@ config ACPI_ASUS
 config ACPI_IBM
        tristate "IBM ThinkPad Laptop Extras"
        depends on X86
-       default y
+       default n
        ---help---
          This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds
          support for Fn-Fx key combinations, Bluetooth control, video
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to