Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a97ae2f authored by Eric Miao's avatar Eric Miao
Browse files

ARM: pxa: enable MULTI_IRQ_HANDLER for all boards



Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent ca0e687c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -619,6 +619,7 @@ config ARCH_PXA
	select PLAT_PXA
	select SPARSE_IRQ
	select AUTO_ZRELADDR
	select MULTI_IRQ_HANDLER
	help
	  Support for Intel/Marvell's PXA2xx/PXA3xx processor line.

+1 −0
Original line number Diff line number Diff line
@@ -825,6 +825,7 @@ MACHINE_START(BALLOON3, "Balloon3")
	.map_io		= balloon3_map_io,
	.nr_irqs	= BALLOON3_NR_IRQS,
	.init_irq	= balloon3_init_irq,
	.handle_irq	= pxa27x_handle_irq,
	.timer		= &pxa_timer,
	.init_machine	= balloon3_init,
	.boot_params	= PLAT_PHYS_OFFSET + 0x100,
+1 −0
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ MACHINE_START(CAPC7117,
	.boot_params = 0xa0000100,
	.map_io = pxa3xx_map_io,
	.init_irq = pxa3xx_init_irq,
	.handle_irq = pxa3xx_handle_irq,
	.timer = &pxa_timer,
	.init_machine = capc7117_init
MACHINE_END
+2 −0
Original line number Diff line number Diff line
@@ -517,6 +517,8 @@ MACHINE_START(ARMCORE, "Compulab CM-X2XX")
	.map_io		= cmx2xx_map_io,
	.nr_irqs	= CMX2XX_NR_IRQS,
	.init_irq	= cmx2xx_init_irq,
	/* NOTE: pxa25x_handle_irq() works on PXA27x w/o camera support */
	.handle_irq	= pxa25x_handle_irq,
	.timer		= &pxa_timer,
	.init_machine	= cmx2xx_init,
MACHINE_END
+1 −0
Original line number Diff line number Diff line
@@ -859,6 +859,7 @@ MACHINE_START(CM_X300, "CM-X300 module")
	.boot_params	= 0xa0000100,
	.map_io		= pxa3xx_map_io,
	.init_irq	= pxa3xx_init_irq,
	.handle_irq	= pxa3xx_handle_irq,
	.timer		= &pxa_timer,
	.init_machine	= cm_x300_init,
	.fixup		= cm_x300_fixup,
Loading