projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13d8f3
)
OMAP1: enable GENERIC_IRQ_CHIP
author
Kevin Hilman
<khilman@ti.com>
Wed, 8 Jun 2011 00:02:46 +0000
(17:02 -0700)
committer
Kevin Hilman
<khilman@ti.com>
Fri, 5 Aug 2011 18:54:56 +0000
(11:54 -0700)
OMAP1 needs this also since GPIO driver (common for all OMAPs) is
being converted to use generic IRQ chip.
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/Kconfig
b/arch/arm/plat-omap/Kconfig
index 6e6735f04ee3f66e90fa25c81a77351b9cbe42bd..bb8f4a6b3e37d4ebb00e5f1fc9be31f2bd963926 100644
(file)
--- a/
arch/arm/plat-omap/Kconfig
+++ b/
arch/arm/plat-omap/Kconfig
@@
-13,6
+13,7
@@
config ARCH_OMAP1
bool "TI OMAP1"
select CLKDEV_LOOKUP
select CLKSRC_MMIO
+ select GENERIC_IRQ_CHIP
help
"Systems based on omap7xx, omap15xx or omap16xx"