Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m32r: Convert to generic irq Kconfig

Use the generic irq Kconfig. Select GENERIC_HARDIRQS_NO_DEPRECATED as
we have converted all irq_chip functions.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>

+3 -8
+3 -8
arch/m32r/Kconfig
··· 7 7 select HAVE_KERNEL_GZIP 8 8 select HAVE_KERNEL_BZIP2 9 9 select HAVE_KERNEL_LZMA 10 + select HAVE_GENERIC_HARDIRQS 11 + select GENERIC_HARDIRQS_NO_DEPRECATED 12 + select GENERIC_IRQ_PROBE 10 13 11 14 config SBUS 12 15 bool ··· 19 16 default y 20 17 21 18 config ZONE_DMA 22 - bool 23 - default y 24 - 25 - config GENERIC_HARDIRQS 26 - bool 27 - default y 28 - 29 - config GENERIC_IRQ_PROBE 30 19 bool 31 20 default y 32 21