Skip to content

Commit

Permalink
m32r: Convert to generic irq Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 7a0abc7 commit 0e155b2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0e155b2

Please sign in to comment.