kconfig: userspace: Select THREAD_STACK_INFO
stack_info is needed for userspace and TLS. Select it when enabling userspace. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
10fdf95b94
commit
d770880a71
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ config USERSPACE
|
||||||
depends on ARCH_HAS_USERSPACE
|
depends on ARCH_HAS_USERSPACE
|
||||||
depends on RUNTIME_ERROR_CHECKS
|
depends on RUNTIME_ERROR_CHECKS
|
||||||
select SRAM_REGION_PERMISSIONS if MMU
|
select SRAM_REGION_PERMISSIONS if MMU
|
||||||
|
select THREAD_STACK_INFO
|
||||||
help
|
help
|
||||||
When enabled, threads may be created or dropped down to user mode,
|
When enabled, threads may be created or dropped down to user mode,
|
||||||
which has significantly restricted permissions and must interact
|
which has significantly restricted permissions and must interact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue