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

microblaze: Use generic irq Kconfig

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michal Simek <monstr@monstr.eu>

+2 -6
+2 -6
arch/microblaze/Kconfig
··· 15 15 select TRACING_SUPPORT 16 16 select OF 17 17 select OF_EARLY_FLATTREE 18 + select HAVE_GENERIC_HARDIRQS 19 + select GENERIC_IRQ_PROBE 18 20 19 21 config SWAP 20 22 def_bool n ··· 37 35 def_bool y 38 36 39 37 config GENERIC_HWEIGHT 40 - def_bool y 41 - 42 - config GENERIC_HARDIRQS 43 - def_bool y 44 - 45 - config GENERIC_IRQ_PROBE 46 38 def_bool y 47 39 48 40 config GENERIC_CALIBRATE_DELAY