On Thu, 2015-10-08 at 23:30 +0200, Arnd Bergmann wrote: > On Friday 09 October 2015 08:09:12 Michael Ellerman wrote: > > Currently the NR_IRQS option sits at the top level, which is ugly in > > menuconfig. It's not something users will commonly need to worry about > > so move it into "Kernel Options". > > Is this option actually still meaningful at all, when you select > CONFIG_SPARSE_IRQ > unconditionally?
It's still used for #define NR_IRQS, which is still used by the generic irq code and also some drivers. So we need some value for that, whether it needs to be user defined or if we could just pick a value I'm not sure. x86 seem to just define it based on NR_CPUs and some other factors. cheers _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev