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:
c721be2
)
ARM: 6915/1: SAMSUNG: Depend on IRQ_GENERIC_CHIP
author
Mark Brown
<
[email protected]
>
Thu, 19 May 2011 22:10:13 +0000
(23:10 +0100)
committer
Russell King
<
[email protected]
>
Fri, 20 May 2011 21:50:49 +0000
(22:50 +0100)
The generic chip infrastructure has had a Kconfig symbol added so we need
to select that for the kernel to link now we're using the generic IRQ
chip infrastructure.
Signed-off-by: Mark Brown <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/plat-samsung/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/Kconfig
b/arch/arm/plat-samsung/Kconfig
index be72100b81b4b86fceb6d9699256f577790126ac..4d79519d19a4146b8c6d3a9c780b0e1e0fec6954 100644
(file)
--- a/
arch/arm/plat-samsung/Kconfig
+++ b/
arch/arm/plat-samsung/Kconfig
@@
-8,6
+8,7
@@
config PLAT_SAMSUNG
bool
depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P
select NO_IOPORT
+ select GENERIC_IRQ_CHIP
default y
help
Base platform code for all Samsung SoC based systems