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

blackfin: Use generic irq Kconfig

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Frysinger <vapier@gentoo.org>

+3 -11
+3 -11
arch/blackfin/Kconfig
··· 30 30 select HAVE_KERNEL_LZO if RAMKERNEL 31 31 select HAVE_OPROFILE 32 32 select ARCH_WANT_OPTIONAL_GPIOLIB 33 + select HAVE_GENERIC_HARDIRQS 34 + select GENERIC_IRQ_PROBE 35 + select IRQ_PER_CPU if SMP 33 36 34 37 config GENERIC_CSUM 35 38 def_bool y ··· 45 42 def_bool y 46 43 47 44 config GENERIC_FIND_NEXT_BIT 48 - def_bool y 49 - 50 - config GENERIC_HARDIRQS 51 - def_bool y 52 - 53 - config GENERIC_IRQ_PROBE 54 45 def_bool y 55 46 56 47 config GENERIC_GPIO ··· 246 249 config HOTPLUG_CPU 247 250 bool "Support for hot-pluggable CPUs" 248 251 depends on SMP && HOTPLUG 249 - default y 250 - 251 - config IRQ_PER_CPU 252 - bool 253 - depends on SMP 254 252 default y 255 253 256 254 config HAVE_LEGACY_PER_CPU_AREA