projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0abc7
)
m32r: Convert to generic irq Kconfig
author
Thomas Gleixner
<
[email protected]
>
Wed, 19 Jan 2011 18:17:10 +0000
(19:17 +0100)
committer
Thomas Gleixner
<
[email protected]
>
Fri, 21 Jan 2011 10:55:30 +0000
(11:55 +0100)
Use the generic irq Kconfig. Select GENERIC_HARDIRQS_NO_DEPRECATED as
we have converted all irq_chip functions.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Cc: Hirokazu Takata <
[email protected]
>
Cc: Paul Mundt <
[email protected]
>
arch/m32r/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m32r/Kconfig
b/arch/m32r/Kconfig
index 5c291d65196be77c43e305d6d4d840dea1392612..ef4c1e442be34a4d9c3289e1b5b9d7b262617047 100644
(file)
--- 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