On Wed, Aug 24, 2011 at 01:36:09PM +0200, John Crispin wrote: > This patch sets the performance counters irq and HAVE_OPROFILE flag. > > Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > --- > arch/mips/Kconfig | 1 + > arch/mips/lantiq/irq.c | 5 +++++ > 2 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index d300c2b..f748550 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -230,6 +230,7 @@ config LANTIQ > select SWAP_IO_SPACE > select BOOT_RAW > select HAVE_CLK > + select HAVE_OPROFILE > select MIPS_MACHINE > > config LASAT This is already being in the "config MIPS" section at the top of arch/mips/Kconfig. Ralf