diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 19:17:10 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 11:55:30 +0100 |
commit | 0e155b2ce293382730b8473f6ceeb7ac9b939b7d (patch) | |
tree | 326cac5cb1ce1ca4208073463dde7063b7a6c177 /arch | |
parent | 7a0abc7e7767455c9972de25b6c74e87271d16be (diff) | |
download | linux-3.10-0e155b2ce293382730b8473f6ceeb7ac9b939b7d.tar.gz linux-3.10-0e155b2ce293382730b8473f6ceeb7ac9b939b7d.tar.bz2 linux-3.10-0e155b2ce293382730b8473f6ceeb7ac9b939b7d.zip |
m32r: Convert to generic irq Kconfig
Use the generic irq Kconfig. Select GENERIC_HARDIRQS_NO_DEPRECATED as
we have converted all irq_chip functions.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m32r/Kconfig | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 5c291d65196..ef4c1e442be 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -7,6 +7,9 @@ config M32R select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA + select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED + select GENERIC_IRQ_PROBE config SBUS bool @@ -19,14 +22,6 @@ config ZONE_DMA bool default y -config GENERIC_HARDIRQS - bool - default y - -config GENERIC_IRQ_PROBE - bool - default y - config NO_IOPORT def_bool y |