kernel: kconfig: Make SCHED_IPI_SUPPORTED invisible
Toggling this symbol probably doesn't make sense, because the architecture is already known when Kconfig runs. SCHED_IPI_SUPPORTED is enabled through being selected by the ARC_CONNECT (maybe that one shouldn't be configurable either) and X86_64 symbols. Note that it's not possible to disable the symbol when it's being selected, so trying to turn it off on e.g. X86_64 won't work either. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
32109512f2
commit
40b49e22ea
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ config MP_NUM_CPUS
|
|||
multicpu API and SMP features.
|
||||
|
||||
config SCHED_IPI_SUPPORTED
|
||||
bool "Architecture supports broadcast interprocessor interrupts"
|
||||
bool
|
||||
help
|
||||
True if the architecture supports a call to
|
||||
arch_sched_ipi() to broadcast an interrupt that will call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue