tile: Use generic irq Kconfig

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chris Metcalf <cmetcalf@tilera.com>

+22 -30
+22 -30
arch/tile/Kconfig
··· 1 1 # For a description of the syntax of this configuration file, 2 2 # see Documentation/kbuild/config-language.txt. 3 3 4 + config TILE 5 + def_bool y 6 + select HAVE_KVM if !TILEGX 7 + select GENERIC_FIND_FIRST_BIT 8 + select GENERIC_FIND_NEXT_BIT 9 + select USE_GENERIC_SMP_HELPERS 10 + select CC_OPTIMIZE_FOR_SIZE 11 + select HAVE_GENERIC_HARDIRQS 12 + select GENERIC_IRQ_PROBE 13 + select GENERIC_PENDING_IRQ if SMP 14 + 15 + # FIXME: investigate whether we need/want these options. 16 + # select HAVE_IOREMAP_PROT 17 + # select HAVE_OPTPROBES 18 + # select HAVE_REGS_AND_STACK_ACCESS_API 19 + # select HAVE_HW_BREAKPOINT 20 + # select PERF_EVENTS 21 + # select HAVE_USER_RETURN_NOTIFIER 22 + # config NO_BOOTMEM 23 + # config ARCH_SUPPORTS_DEBUG_PAGEALLOC 24 + # config HUGETLB_PAGE_SIZE_VARIABLE 25 + 4 26 config MMU 5 27 def_bool y 6 28 7 29 config GENERIC_CSUM 8 30 def_bool y 9 - 10 - config GENERIC_HARDIRQS 11 - def_bool y 12 - 13 - config GENERIC_IRQ_PROBE 14 - def_bool y 15 - 16 - config GENERIC_PENDING_IRQ 17 - def_bool y 18 - depends on GENERIC_HARDIRQS && SMP 19 31 20 32 config SEMAPHORE_SLEEPERS 21 33 def_bool y ··· 105 93 config HVC_TILE 106 94 select HVC_DRIVER 107 95 def_bool y 108 - 109 - config TILE 110 - def_bool y 111 - select HAVE_KVM if !TILEGX 112 - select GENERIC_FIND_FIRST_BIT 113 - select GENERIC_FIND_NEXT_BIT 114 - select USE_GENERIC_SMP_HELPERS 115 - select CC_OPTIMIZE_FOR_SIZE 116 - 117 - # FIXME: investigate whether we need/want these options. 118 - # select HAVE_IOREMAP_PROT 119 - # select HAVE_OPTPROBES 120 - # select HAVE_REGS_AND_STACK_ACCESS_API 121 - # select HAVE_HW_BREAKPOINT 122 - # select PERF_EVENTS 123 - # select HAVE_USER_RETURN_NOTIFIER 124 - # config NO_BOOTMEM 125 - # config ARCH_SUPPORTS_DEBUG_PAGEALLOC 126 - # config HUGETLB_PAGE_SIZE_VARIABLE 127 - 128 96 129 97 # Please note: TILE-Gx support is not yet finalized; this is 130 98 # the preliminary support. TILE-Gx drivers are only provided