aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-21 05:06:17 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:06:17 -0400
commitd4aa8b15936426b64de8996dcd3fc86b28894850 (patch)
treeffbd2ecbd8126d021c5a2f023602ab37855d29ca /arch/arm/Kconfig
parent9c6079aa1bfcf7e14de10b824779ce39b679bcb8 (diff)
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 <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 2 insertions, 8 deletions
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
31 select HAVE_C_RECORDMCOUNT 31 select HAVE_C_RECORDMCOUNT
32 select HAVE_GENERIC_HARDIRQS 32 select HAVE_GENERIC_HARDIRQS
33 select GENERIC_IRQ_SHOW 33 select GENERIC_IRQ_SHOW
34 select GENERIC_IRQ_PROBE
35 select HARDIRQS_SW_RESEND
34 select CPU_PM if (SUSPEND || CPU_IDLE) 36 select CPU_PM if (SUSPEND || CPU_IDLE)
35 select GENERIC_PCI_IOMAP 37 select GENERIC_PCI_IOMAP
36 select HAVE_BPF_JIT if NET 38 select HAVE_BPF_JIT if NET
@@ -126,14 +128,6 @@ config TRACE_IRQFLAGS_SUPPORT
126 bool 128 bool
127 default y 129 default y
128 130
129config HARDIRQS_SW_RESEND
130 bool
131 default y
132
133config GENERIC_IRQ_PROBE
134 bool
135 default y
136
137config GENERIC_LOCKBREAK 131config GENERIC_LOCKBREAK
138 bool 132 bool
139 default y 133 default y