diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 14:34:21 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:32 -0500 |
commit | d8b19323478af44d243e500656bb6ef2860ced6e (patch) | |
tree | 39cc40fafe85f1dbe76eabc3b19bd26999a1425f /arch/m68knommu/Kconfig | |
parent | c5e66129c1b5b6ea73128ce21b3591c00c963c0e (diff) |
m68knommu: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 7379cb0ce1af..8b9dacaa0f6e 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -2,6 +2,7 @@ config M68K | |||
2 | bool | 2 | bool |
3 | default y | 3 | default y |
4 | select HAVE_IDE | 4 | select HAVE_IDE |
5 | select HAVE_GENERIC_HARDIRQS | ||
5 | 6 | ||
6 | config MMU | 7 | config MMU |
7 | bool | 8 | bool |
@@ -48,10 +49,6 @@ config GENERIC_HWEIGHT | |||
48 | bool | 49 | bool |
49 | default y | 50 | default y |
50 | 51 | ||
51 | config GENERIC_HARDIRQS | ||
52 | bool | ||
53 | default y | ||
54 | |||
55 | config GENERIC_CALIBRATE_DELAY | 52 | config GENERIC_CALIBRATE_DELAY |
56 | bool | 53 | bool |
57 | default y | 54 | default y |