From d770880a71a37eb962e0619db3247f319a982000 Mon Sep 17 00:00:00 2001 From: Carlo Caione Date: Thu, 12 Nov 2020 14:44:14 +0100 Subject: [PATCH] kconfig: userspace: Select THREAD_STACK_INFO stack_info is needed for userspace and TLS. Select it when enabling userspace. Signed-off-by: Carlo Caione --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 673e5da2a53..7f785d3ab81 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -218,6 +218,7 @@ config USERSPACE depends on ARCH_HAS_USERSPACE depends on RUNTIME_ERROR_CHECKS select SRAM_REGION_PERMISSIONS if MMU + select THREAD_STACK_INFO help When enabled, threads may be created or dropped down to user mode, which has significantly restricted permissions and must interact