Re: Forcing CONFIG_X86_IO_APIC=n

From: Rolf Eike Beer
Date: Mon Sep 08 2003 - 04:44:12 EST


Von Scott Thomason:

> I'd like to try forcing CONFIG_X86_IO_APIC=n while I test 2.6.0-test4,
> but apparently some part of the kernel build re-runs my .config thru
> something and keeps changing it back to 'y'. Is there any way to
> accomplish this?

eike@bilbo:/mnt/kernel/linux-2.6.0-test4> find . -name Kconfig | xargs grep -B 2 "depends .*X86_IO_APIC"
./drivers/pci/hotplug/Kconfig-config HOTPLUG_PCI_IBM
./drivers/pci/hotplug/Kconfig- tristate "IBM PCI Hotplug driver"
./drivers/pci/hotplug/Kconfig: depends on HOTPLUG_PCI && X86_IO_APIC && X86

Maybe you set HOTPLUG_PCI_IBM to yes?

Eike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/