From: Thomas Gleixner Date: Mon, 21 May 2012 09:06:17 +0000 (+0200) Subject: arm: Select core options instead of redefining them X-Git-Tag: firefly_0821_release~3680^2~2838^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4aa8b15936426b64de8996dcd3fc86b28894850;p=firefly-linux-kernel-4.4.55.git arm: Select core options instead of redefining them HARDIRQS_SW_RESEND and GENERIC_IRQ_PROBE are already defined as config switches in the core Kconfig file. Select them instead of defining them in ARM. Signed-off-by: Thomas Gleixner --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342c..1f516766aed6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -31,6 +31,8 @@ config ARM select HAVE_C_RECORDMCOUNT select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW + select GENERIC_IRQ_PROBE + select HARDIRQS_SW_RESEND select CPU_PM if (SUSPEND || CPU_IDLE) select GENERIC_PCI_IOMAP select HAVE_BPF_JIT if NET @@ -126,14 +128,6 @@ config TRACE_IRQFLAGS_SUPPORT bool default y -config HARDIRQS_SW_RESEND - bool - default y - -config GENERIC_IRQ_PROBE - bool - default y - config GENERIC_LOCKBREAK bool default y