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

m68knommu: Use generic irq Kconfig

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg Ungerer <gerg@uclinux.org>

+1 -4
+1 -4
arch/m68knommu/Kconfig
··· 2 2 bool 3 3 default y 4 4 select HAVE_IDE 5 + select HAVE_GENERIC_HARDIRQS 5 6 6 7 config MMU 7 8 bool ··· 46 45 default n 47 46 48 47 config GENERIC_HWEIGHT 49 - bool 50 - default y 51 - 52 - config GENERIC_HARDIRQS 53 48 bool 54 49 default y 55 50