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:
Carlo Caione 2020-11-12 14:44:14 +01:00 committed by Anas Nashif
commit d770880a71

View file

@ -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