i386: turn on CONFIG_PNP in defconfig
commit10fccf5fda7529258325769e9da136064b481aab
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 18 Jan 2007 23:44:24 +0000 (18 16:44 -0700)
committerLen Brown <len.brown@intel.com>
Fri, 26 Jan 2007 07:08:29 +0000 (26 02:08 -0500)
treef621b40552984f27c35ff03192212077f18e6504
parent5859554c3ad31b722f0b5a1d3a40e19d8ccedd0b
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>
arch/i386/defconfig