Skip to content

Commit ec923ea

Browse files
committed
hexagon: select GENERIC_IRQ_PROBE instead of redefining it
Select GENERIC_IRQ_PROBE, as the other architectures do. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Acked-by: Brian Cain <[email protected]>
1 parent 6b1c2a1 commit ec923ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

arch/hexagon/Kconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ config HEXAGON
2121
select HAVE_PERF_EVENTS
2222
# GENERIC_ALLOCATOR is used by dma_alloc_coherent()
2323
select GENERIC_ALLOCATOR
24+
select GENERIC_IRQ_PROBE
2425
select GENERIC_IRQ_SHOW
2526
select HAVE_ARCH_KGDB
2627
select HAVE_ARCH_TRACEHOOK
@@ -57,12 +58,6 @@ config MMU
5758
config GENERIC_CSUM
5859
def_bool y
5960

60-
#
61-
# Use the generic interrupt handling code in kernel/irq/:
62-
#
63-
config GENERIC_IRQ_PROBE
64-
def_bool y
65-
6661
config GENERIC_HWEIGHT
6762
def_bool y
6863

0 commit comments

Comments
 (0)