diff options
author | Matt Turner <mattst88@gmail.com> | 2010-10-29 17:22:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@monolith.freenet-rz.de> | 2011-01-16 23:42:14 -0500 |
commit | 00649643b1f4e1644f644f612c6bb390e69196ad (patch) | |
tree | 299d4c2936878d645c1e5f56d657acf61725e14e /arch/alpha/Kconfig | |
parent | da9c0212bc08fc697e0e78de0b89a9c8aed6c633 (diff) |
alpha: add GENERIC_HARDIRQS_NO__DO_IRQ to Kconfig
Acked-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 943fe6930f77..fc95ee1bcf6f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -68,6 +68,9 @@ config GENERIC_IOMAP | |||
68 | bool | 68 | bool |
69 | default n | 69 | default n |
70 | 70 | ||
71 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
72 | def_bool y | ||
73 | |||
71 | config GENERIC_HARDIRQS | 74 | config GENERIC_HARDIRQS |
72 | bool | 75 | bool |
73 | default y | 76 | default y |