commit | 6ac6b817f3f4c23c5febd960d8deb343e13af5f3 | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@marvell.com> | Fri Aug 20 15:23:59 2010 +0800 |
committer | Eric Miao <eric.y.miao@gmail.com> | Fri Oct 08 16:21:17 2010 +0800 |
tree | 9d5642b9699e3d0dd8bcc2a1483a8ff3c31e4cf4 | |
parent | 1b43d8eda71bc953c9005afd63952e0666169553 [diff] [blame] |
ARM: pxa: encode IRQ number into .nr_irqs Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Acked-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 88c97bc..95ad5f9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -587,6 +587,7 @@ select GENERIC_CLOCKEVENTS select TICK_ONESHOT select PLAT_PXA + select SPARSE_IRQ help Support for Intel/Marvell's PXA2xx/PXA3xx processor line.