public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig
@ 2005-09-09 16:06 Brown, Len
  2005-09-09 16:25 ` Roman Zippel
  2005-09-09 16:29 ` Andi Kleen
  0 siblings, 2 replies; 7+ messages in thread
From: Brown, Len @ 2005-09-09 16:06 UTC (permalink / raw)
  To: Andi Kleen, akpm, Borislav Petkov; +Cc: acpi-devel, linux-kernel


>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: <petkov@uni-muenster.de>
>
>
>--- 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 

Before we had "default m", since that is how a distro
is expected to compile this, and other, "ACPI drivers".

But we got complaits that _nothing_ should be "default m",
so I changed it to "default y".  Maybe that was simplistic --
button should be "default y", but the platform drivers should
all be "default n"?

I'm not sure what to do here -- what use-model
should we tune default Kconfig for?

thanks,
-Len

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig
@ 2005-09-09  7:53 Borislav Petkov
  0 siblings, 0 replies; 7+ messages in thread
From: Borislav Petkov @ 2005-09-09  7:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

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: <petkov@uni-muenster.de>


--- 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

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

end of thread, other threads:[~2005-09-10 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 16:06 [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig Brown, Len
2005-09-09 16:25 ` Roman Zippel
2005-09-10  9:42   ` Borislav Petkov
2005-09-10  9:47     ` [ACPI] " Erik Slagter
2005-09-10 10:20     ` Andi Kleen
2005-09-09 16:29 ` Andi Kleen
  -- strict thread matches above, loose matches on Subject: below --
2005-09-09  7:53 Borislav Petkov

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