diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-04-12 07:02:02 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-05 04:35:13 -0400 |
commit | c24b31147a0615abd6f15c9e2b6349191860db35 (patch) | |
tree | e3a3f228a5ae10b0eb1f5ea2e76496d8a529c19d /arch/arm/Kconfig | |
parent | 3f4dd3224df9664a44bf05df56c7c12622f7a1c7 (diff) |
ARM: mmp: support DT in irq
Merge irq-pxa168 and irq-mmp2. And support device tree also.
Since CONFIG_SPARSE_IRQ is enabled in arch-mmp, base irq starts from
NR_IRQS_LEGACY.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342..4cf9d428097 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -632,6 +632,7 @@ config ARCH_MMP | |||
632 | select CLKDEV_LOOKUP | 632 | select CLKDEV_LOOKUP |
633 | select GENERIC_CLOCKEVENTS | 633 | select GENERIC_CLOCKEVENTS |
634 | select GPIO_PXA | 634 | select GPIO_PXA |
635 | select IRQ_DOMAIN | ||
635 | select TICK_ONESHOT | 636 | select TICK_ONESHOT |
636 | select PLAT_PXA | 637 | select PLAT_PXA |
637 | select SPARSE_IRQ | 638 | select SPARSE_IRQ |