* [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
@ 2006-07-06 16:13 Andi Kleen
0 siblings, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2006-07-06 16:13 UTC (permalink / raw)
To: torvalds; +Cc: akpm, discuss, linux-acpi, len.brown
No need for video to be always in
No need for ACPI dock driver to be always in
No need for smart battery driver to be always in
Cc: len.brown@intel.com
Cc: linux-acpi@vger.kernel.org
Signed-off-by: Andi Kleen <ak@suse.de>
---
drivers/acpi/Kconfig | 3 ---
1 files changed, 3 deletions(-)
Index: linux/drivers/acpi/Kconfig
===================================================================
--- linux.orig/drivers/acpi/Kconfig
+++ linux/drivers/acpi/Kconfig
@@ -107,7 +107,6 @@ config ACPI_BUTTON
config ACPI_VIDEO
tristate "Video"
depends on X86
- default y
help
This driver implement the ACPI Extensions For Display Adapters
for integrated graphics devices on motherboard, as specified in
@@ -136,7 +135,6 @@ config ACPI_FAN
config ACPI_DOCK
tristate "Dock"
depends on !ACPI_IBM_DOCK
- default y
help
This driver adds support for ACPI controlled docking stations
@@ -357,7 +355,6 @@ 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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
@ 2006-07-06 18:08 Brown, Len
0 siblings, 0 replies; 4+ messages in thread
From: Brown, Len @ 2006-07-06 18:08 UTC (permalink / raw)
To: Andi Kleen, torvalds; +Cc: akpm, discuss, linux-acpi
Acked-by: Len Brown <len.brown@intel.com>
>-----Original Message-----
>From: Andi Kleen [mailto:ak@suse.de]
>Sent: Thursday, July 06, 2006 12:14 PM
>To: torvalds@osdl.org
>Cc: akpm@osdl.org; discuss@x86-64.org;
>linux-acpi@vger.kernel.org; Brown, Len
>Subject: [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
>
>
>No need for video to be always in
>No need for ACPI dock driver to be always in
>No need for smart battery driver to be always in
>
>Cc: len.brown@intel.com
>Cc: linux-acpi@vger.kernel.org
>Signed-off-by: Andi Kleen <ak@suse.de>
>
>---
> drivers/acpi/Kconfig | 3 ---
> 1 files changed, 3 deletions(-)
>
>Index: linux/drivers/acpi/Kconfig
>===================================================================
>--- linux.orig/drivers/acpi/Kconfig
>+++ linux/drivers/acpi/Kconfig
>@@ -107,7 +107,6 @@ config ACPI_BUTTON
> config ACPI_VIDEO
> tristate "Video"
> depends on X86
>- default y
> help
> This driver implement the ACPI Extensions For Display Adapters
> for integrated graphics devices on motherboard, as
>specified in
>@@ -136,7 +135,6 @@ config ACPI_FAN
> config ACPI_DOCK
> tristate "Dock"
> depends on !ACPI_IBM_DOCK
>- default y
> help
> This driver adds support for ACPI controlled docking stations
>
>@@ -357,7 +355,6 @@ 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)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
@ 2006-07-10 2:27 Brown, Len
2006-07-10 2:34 ` Andi Kleen
0 siblings, 1 reply; 4+ messages in thread
From: Brown, Len @ 2006-07-10 2:27 UTC (permalink / raw)
To: Andi Kleen, torvalds; +Cc: akpm, discuss, linux-acpi
I don't see this upstream, so I applied it to my tree.
thanks,
-Len
>-----Original Message-----
>From: Andi Kleen [mailto:ak@suse.de]
>Sent: Thursday, July 06, 2006 12:14 PM
>To: torvalds@osdl.org
>Cc: akpm@osdl.org; discuss@x86-64.org;
>linux-acpi@vger.kernel.org; Brown, Len
>Subject: [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
>
>
>No need for video to be always in
>No need for ACPI dock driver to be always in
>No need for smart battery driver to be always in
>
>Cc: len.brown@intel.com
>Cc: linux-acpi@vger.kernel.org
>Signed-off-by: Andi Kleen <ak@suse.de>
>
>---
> drivers/acpi/Kconfig | 3 ---
> 1 files changed, 3 deletions(-)
>
>Index: linux/drivers/acpi/Kconfig
>===================================================================
>--- linux.orig/drivers/acpi/Kconfig
>+++ linux/drivers/acpi/Kconfig
>@@ -107,7 +107,6 @@ config ACPI_BUTTON
> config ACPI_VIDEO
> tristate "Video"
> depends on X86
>- default y
> help
> This driver implement the ACPI Extensions For Display Adapters
> for integrated graphics devices on motherboard, as
>specified in
>@@ -136,7 +135,6 @@ config ACPI_FAN
> config ACPI_DOCK
> tristate "Dock"
> depends on !ACPI_IBM_DOCK
>- default y
> help
> This driver adds support for ACPI controlled docking stations
>
>@@ -357,7 +355,6 @@ 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)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig
2006-07-10 2:27 [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig Brown, Len
@ 2006-07-10 2:34 ` Andi Kleen
0 siblings, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2006-07-10 2:34 UTC (permalink / raw)
To: Brown, Len; +Cc: torvalds, akpm, discuss, linux-acpi
On Monday 10 July 2006 04:27, Brown, Len wrote:
> I don't see this upstream, so I applied it to my tree.
Linus dropped the last batch. I resent it.
-Andi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-10 2:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 2:27 [PATCH] [6/8] x86_64: Fix up bogus defaults in ACPI Kconfig Brown, Len
2006-07-10 2:34 ` Andi Kleen
-- strict thread matches above, loose matches on Subject: below --
2006-07-06 18:08 Brown, Len
2006-07-06 16:13 Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox