arch: arm64: select SCHED_IPI_SUPPORTED when SMP enabled

Select SCHED_IPI_SUPPORTED when SMP enabled.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2020-11-23 18:18:02 +08:00 committed by Anas Nashif
parent cefba05a71
commit e27c9c7c52
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ config CPU_CORTEX_A
select USE_SWITCH select USE_SWITCH
select USE_SWITCH_SUPPORTED select USE_SWITCH_SUPPORTED
select HAS_ARM_SMCCC select HAS_ARM_SMCCC
select SCHED_IPI_SUPPORTED if SMP
help help
This option signifies the use of a CPU of the Cortex-A family. This option signifies the use of a CPU of the Cortex-A family.