On Thu, Mar 26, 2015 at 3:47 AM, Valentin Rothberg <valentinrothberg@xxxxxxxxx> wrote: > Hi Kevin, > > your commit dd6d84812b1a ("MIPS: BMIPS: Enable additional peripheral > and CPU support in defconfig") adds a select on the Kconfig symbol > RAW_IRQ_ACCESORS. However, this symbol is not defined in Kconfig so > that the select turns out to be a NOOP. > > Is there a patch scheduled somewhere to add this symbol to Kconfig? Oops, that is left over from an earlier attempt at getting the irqchip drivers to run on 3384 in BE mode: http://patchwork.linux-mips.org/patch/8254/ We wound up configuring this through DT rather than Kconfig. Ralf, would you prefer an incremental patch or a whole new submission?