diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 14:36:02 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:33 -0500 |
commit | b169c908a51964822dc3aa828a3febb67933f1ac (patch) | |
tree | 4380add705c00693f2041c983b817686aac44ebc /arch/mn10300 | |
parent | b6e31629e335e8664a11be05992d39b2ee030960 (diff) |
mn10300: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 4638269152f6..243bfa23fd58 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config MN10300 | 1 | config MN10300 |
2 | def_bool y | 2 | def_bool y |
3 | select HAVE_OPROFILE | 3 | select HAVE_OPROFILE |
4 | select GENERIC_HARDIRQS | ||
4 | 5 | ||
5 | config AM33_2 | 6 | config AM33_2 |
6 | def_bool n | 7 | def_bool n |
@@ -76,10 +77,6 @@ config QUICKLIST | |||
76 | config ARCH_HAS_ILOG2_U32 | 77 | config ARCH_HAS_ILOG2_U32 |
77 | def_bool y | 78 | def_bool y |
78 | 79 | ||
79 | # Use the generic interrupt handling code in kernel/irq/ | ||
80 | config GENERIC_HARDIRQS | ||
81 | def_bool y | ||
82 | |||
83 | config HOTPLUG_CPU | 80 | config HOTPLUG_CPU |
84 | def_bool n | 81 | def_bool n |
85 | 82 | ||