commit | 4084242a71d0a93d97a83776b995785bd28ec883 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed May 19 17:45:25 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 26 11:03:22 2021 -0500 |
tree | 77f414912727fb2a2f1db7b2cbb6c1d6ff5d1f5a | |
parent | 7e7f4201df23f261d7f4af2f65e624f7e8b7165a [diff] |
kernel: make MULTITHREADING promptless if single-thread not supported If single thread builds are not supported by the architecture, the MULTITHREADING option should be prompt-less to block any modifications to it. We also introduce an explicit ARCH-level Kconfig that reflects whether the ARCH is capable of single-thread Zephyr builds. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>