Re: [PATCH 04/24] C6X: build infrastructure
From: Mark Salter <hidden>
Date: 2011-08-09 15:57:03
From: Mark Salter <hidden>
Date: 2011-08-09 15:57:03
On Tue, 2011-08-09 at 17:21 +0200, Arnd Bergmann wrote:
On Monday 08 August 2011, Mark Salter wrote:quoted
+ +config NR_IRQS + int "Number of virtual interrupt numbers" + range 32 32768 + default "256" + help + This defines the number of virtual interrupt numbers the kernel + can manage. Virtual interrupt numbers are what you see in + /proc/interrupts. If you configure your system to have too few, + drivers will fail to load or worse - handle with care.Does this need to be configurable?
No, not really.
quoted
+ +menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" + +config PCI + bool "PCI support" + help + Support for PCI bus. +endmenu +Do you actually support PCI?
Not for now. --Mark