Skip to content
Snippets Groups Projects
Commit 0e155b2c authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>
parent 7a0abc7e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ config M32R ...@@ -7,6 +7,9 @@ config M32R
select HAVE_KERNEL_GZIP select HAVE_KERNEL_GZIP
select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_BZIP2
select HAVE_KERNEL_LZMA select HAVE_KERNEL_LZMA
select HAVE_GENERIC_HARDIRQS
select GENERIC_HARDIRQS_NO_DEPRECATED
select GENERIC_IRQ_PROBE
config SBUS config SBUS
bool bool
...@@ -19,14 +22,6 @@ config ZONE_DMA ...@@ -19,14 +22,6 @@ config ZONE_DMA
bool bool
default y default y
config GENERIC_HARDIRQS
bool
default y
config GENERIC_IRQ_PROBE
bool
default y
config NO_IOPORT config NO_IOPORT
def_bool y def_bool y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment