diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 14:27:11 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:31 -0500 |
commit | e27ec649a0dd49741c98173ac5cf4404912d2abf (patch) | |
tree | 62b21722e67b02f0fdf8fa1a62b38a2cfbbcd928 /arch/alpha/Kconfig | |
parent | 1c77ff22f539ceaa64ea43d6a26d867e84602cb7 (diff) |
alpha: Use generic irq Kconfig
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 943fe6930f77..47f63d480141 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -8,6 +8,9 @@ config ALPHA | |||
8 | select HAVE_IRQ_WORK | 8 | select HAVE_IRQ_WORK |
9 | select HAVE_PERF_EVENTS | 9 | select HAVE_PERF_EVENTS |
10 | select HAVE_DMA_ATTRS | 10 | select HAVE_DMA_ATTRS |
11 | select HAVE_GENERIC_HARDIRQS | ||
12 | select GENERIC_IRQ_PROBE | ||
13 | select AUTO_IRQ_AFFINITY if SMP | ||
11 | help | 14 | help |
12 | The Alpha is a 64-bit general-purpose processor designed and | 15 | The Alpha is a 64-bit general-purpose processor designed and |
13 | marketed by the Digital Equipment Corporation of blessed memory, | 16 | marketed by the Digital Equipment Corporation of blessed memory, |
@@ -68,19 +71,6 @@ config GENERIC_IOMAP | |||
68 | bool | 71 | bool |
69 | default n | 72 | default n |
70 | 73 | ||
71 | config GENERIC_HARDIRQS | ||
72 | bool | ||
73 | default y | ||
74 | |||
75 | config GENERIC_IRQ_PROBE | ||
76 | bool | ||
77 | default y | ||
78 | |||
79 | config AUTO_IRQ_AFFINITY | ||
80 | bool | ||
81 | depends on SMP | ||
82 | default y | ||
83 | |||
84 | source "init/Kconfig" | 74 | source "init/Kconfig" |
85 | source "kernel/Kconfig.freezer" | 75 | source "kernel/Kconfig.freezer" |
86 | 76 | ||