aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-01-19 20:27:11 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-01-21 11:55:31 +0100
commite27ec649a0dd49741c98173ac5cf4404912d2abf (patch)
tree62b21722e67b02f0fdf8fa1a62b38a2cfbbcd928 /arch
parent1c77ff22f539ceaa64ea43d6a26d867e84602cb7 (diff)
downloadkernel_samsung_smdk4412-e27ec649a0dd49741c98173ac5cf4404912d2abf.zip
kernel_samsung_smdk4412-e27ec649a0dd49741c98173ac5cf4404912d2abf.tar.gz
kernel_samsung_smdk4412-e27ec649a0dd49741c98173ac5cf4404912d2abf.tar.bz2
alpha: Use generic irq Kconfig
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/alpha/Kconfig16
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 943fe69..47f63d4 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -8,6 +8,9 @@ config ALPHA
select HAVE_IRQ_WORK
select HAVE_PERF_EVENTS
select HAVE_DMA_ATTRS
+ select HAVE_GENERIC_HARDIRQS
+ select GENERIC_IRQ_PROBE
+ select AUTO_IRQ_AFFINITY if SMP
help
The Alpha is a 64-bit general-purpose processor designed and
marketed by the Digital Equipment Corporation of blessed memory,
@@ -68,19 +71,6 @@ config GENERIC_IOMAP
bool
default n
-config GENERIC_HARDIRQS
- bool
- default y
-
-config GENERIC_IRQ_PROBE
- bool
- default y
-
-config AUTO_IRQ_AFFINITY
- bool
- depends on SMP
- default y
-
source "init/Kconfig"
source "kernel/Kconfig.freezer"