imx8m: add NUM_PPI

This allows SMP support for the imx8m.
This commit is contained in:
Anna Lyons
2019-07-30 10:23:17 +10:00
parent 6746428a9d
commit cafda66dd6

View File

@@ -41,6 +41,7 @@ if(KernelPlatformImx8mq-evk OR KernelPlatformImx8mm-evk)
MAX_IRQ 160
TIMER drivers/timer/arm_generic.h
INTERRUPT_CONTROLLER arch/machine/gic_v3.h
NUM_PPI 32
)
endif()