diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 20:34:21 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 11:55:32 +0100 |
commit | d8b19323478af44d243e500656bb6ef2860ced6e (patch) | |
tree | 39cc40fafe85f1dbe76eabc3b19bd26999a1425f | |
parent | c5e66129c1b5b6ea73128ce21b3591c00c963c0e (diff) | |
download | linux-3.10-d8b19323478af44d243e500656bb6ef2860ced6e.tar.gz linux-3.10-d8b19323478af44d243e500656bb6ef2860ced6e.tar.bz2 linux-3.10-d8b19323478af44d243e500656bb6ef2860ced6e.zip |
m68knommu: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg Ungerer <gerg@uclinux.org>
-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 7379cb0ce1a..8b9dacaa0f6 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -2,6 +2,7 @@ config M68K bool default y select HAVE_IDE + select HAVE_GENERIC_HARDIRQS config MMU bool @@ -48,10 +49,6 @@ config GENERIC_HWEIGHT bool default y -config GENERIC_HARDIRQS - bool - default y - config GENERIC_CALIBRATE_DELAY bool default y |