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

score: Use generic irq Kconfig

No functional change

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chen Liqin <liqin.chen@sunplusct.com>

+4 -3
+4 -3
arch/score/Kconfig
··· 1 1 menu "Machine selection" 2 2 3 + config SCORE 4 + def_bool y 5 + select HAVE_GENERIC_HARDIRQS 6 + 3 7 choice 4 8 prompt "System type" 5 9 default MACH_SPCT6600 ··· 67 63 menu "Kernel type" 68 64 69 65 config 32BIT 70 - def_bool y 71 - 72 - config GENERIC_HARDIRQS 73 66 def_bool y 74 67 75 68 config ARCH_FLATMEM_ENABLE