All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add CONFIG_PNP=y to x86_64 defconfig
@ 2007-02-15 22:42 Len Brown
  2007-02-15 23:33 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Len Brown @ 2007-02-15 22:42 UTC (permalink / raw)
  To: Andi Kleen, linux-acpi
  Cc: Bjorn Helgaas, Adam Belay, Linux Kernel, Dave Jones

The ACPI motherboard driver was removed from 2.6.20-git, and it handled
reserving resources for the CONFIG_ACPI=y CONFIG_PNP=n case.
Now that it is gone, CONFIG_PNP=y should be used for CONFIG_ACPI=y kernels,
and that brings CONFIG_PNPACPI=y.

Signed-off-by: Len Brown <len.brown@intel.com>
---
i386 defconfig already has this.
x86_64 Fedora Core 6 already has this.
x86_64 OpenSuse 10.2 does not yet have this.

Maybe we should select CONFIG_PNP from CONFIG_ACPI?

diff --git a/arch/x86_64/defconfig b/arch/x86_64/defconfig
index 293a4a4..9f2e1c4 100644
--- a/arch/x86_64/defconfig
+++ b/arch/x86_64/defconfig
@@ -421,7 +421,13 @@ CONFIG_FW_LOADER=y
 #
 # Plug and Play support
 #
-# CONFIG_PNP is not set
+CONFIG_PNP=y
+# CONFIG_PNP_DEBUG is not set
+
+#
+# Protocols
+#
+CONFIG_PNPACPI=y
 
 #
 # Block devices
@@ -477,6 +483,7 @@ CONFIG_BLK_DEV_IDEACPI=y
 #
 CONFIG_IDE_GENERIC=y
 # CONFIG_BLK_DEV_CMD640 is not set
+# CONFIG_BLK_DEV_IDEPNP is not set
 CONFIG_BLK_DEV_IDEPCI=y
 # CONFIG_IDEPCI_SHARE_IRQ is not set
 # CONFIG_BLK_DEV_OFFBOARD is not set
@@ -920,6 +927,7 @@ CONFIG_HW_CONSOLE=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_PNP=y
 CONFIG_SERIAL_8250_NR_UARTS=4
 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 # CONFIG_SERIAL_8250_EXTENDED is not set

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

* Re: [PATCH] add CONFIG_PNP=y to x86_64 defconfig
  2007-02-15 22:42 [PATCH] add CONFIG_PNP=y to x86_64 defconfig Len Brown
@ 2007-02-15 23:33 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2007-02-15 23:33 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi, Bjorn Helgaas, Adam Belay, Linux Kernel, Dave Jones


> Maybe we should select CONFIG_PNP from CONFIG_ACPI?

That would be probably better I think because it will fix existing
user configurations. You'll get the defconfig for free with that too.

-Andi

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

end of thread, other threads:[~2007-02-15 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 22:42 [PATCH] add CONFIG_PNP=y to x86_64 defconfig Len Brown
2007-02-15 23:33 ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.