aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2007-01-18 16:44:24 -0700
committerLen Brown <len.brown@intel.com>2007-01-26 02:08:29 -0500
commit10fccf5fda7529258325769e9da136064b481aab (patch)
treef621b40552984f27c35ff03192212077f18e6504 /arch/i386
parentPNP: system.c whitespace cleanup (diff)
downloadlinux-dev-10fccf5fda7529258325769e9da136064b481aab.tar.xz
linux-dev-10fccf5fda7529258325769e9da136064b481aab.zip
i386: turn on CONFIG_PNP in defconfig
I'm trying to remove drivers/acpi/motherboard.c, which is mostly redundant with drivers/pnp/system.c. So make sure that we include the PNP driver in the default config. Most distros enable this already. Turning on CONFIG_PNP also causes the following options to be enabled: CONFIG_PNPACPI CONFIG_SERIAL_8250_PNP CONFIG_SERIAL_8250_PNP causes legacy serial ports to be discovered twice, which is ugly but harmless: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/defconfig b/arch/i386/defconfig
index 3265208e5899..77927922dca5 100644
--- a/arch/i386/defconfig
+++ b/arch/i386/defconfig
@@ -466,7 +466,8 @@ CONFIG_FW_LOADER=y
#
# Plug and Play support
#
-# CONFIG_PNP is not set
+CONFIG_PNP=y
+CONFIG_PNPACPI=y
#
# Block devices