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:
3dff880
)
ARM: mach-shmobile: Enable CONFIG_MULTI_IRQ_HANDLER
author
Magnus Damm
<damm@opensource.se>
Tue, 28 Dec 2010 08:26:52 +0000
(08:26 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 7 Jan 2011 01:42:44 +0000
(10:42 +0900)
Always enable MULTI_IRQ_HANDLER on SH-Mobile.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 3b7be793d96006bec9a33b8d5968af80b0bb16f1..7daab42eb54f417ece6ad66546eef8d81e4c3b11 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-638,6
+638,7
@@
config ARCH_SHMOBILE
select GENERIC_CLOCKEVENTS
select NO_IOPORT
select SPARSE_IRQ
+ select MULTI_IRQ_HANDLER
help
Support for Renesas's SH-Mobile and R-Mobile ARM platforms.