linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Forcing CONFIG_X86_IO_APIC=n
@ 2003-09-07 14:06 Scott Thomason
  2003-09-08  9:39 ` Rolf Eike Beer
  2003-09-13 11:46 ` Adrian Bunk
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Thomason @ 2003-09-07 14:06 UTC (permalink / raw)
  To: linux-kernel

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?
---scott

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

* Re: Forcing CONFIG_X86_IO_APIC=n
  2003-09-07 14:06 Forcing CONFIG_X86_IO_APIC=n Scott Thomason
@ 2003-09-08  9:39 ` Rolf Eike Beer
  2003-09-13 11:46 ` Adrian Bunk
  1 sibling, 0 replies; 3+ messages in thread
From: Rolf Eike Beer @ 2003-09-08  9:39 UTC (permalink / raw)
  To: linux-kernel

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

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

* Re: Forcing CONFIG_X86_IO_APIC=n
  2003-09-07 14:06 Forcing CONFIG_X86_IO_APIC=n Scott Thomason
  2003-09-08  9:39 ` Rolf Eike Beer
@ 2003-09-13 11:46 ` Adrian Bunk
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2003-09-13 11:46 UTC (permalink / raw)
  To: Scott Thomason; +Cc: linux-kernel

On Sun, Sep 07, 2003 at 09:06:10AM -0500, Scott Thomason wrote:
> 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?

You have to do the following:
- disable SMP support
- say "n" to "IO-APIC support on uniprocessors"

> ---scott

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

end of thread, other threads:[~2003-09-13 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 14:06 Forcing CONFIG_X86_IO_APIC=n Scott Thomason
2003-09-08  9:39 ` Rolf Eike Beer
2003-09-13 11:46 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).