diff --git a/arch/Kconfig b/arch/Kconfig index 6aaf1bac12..76daa18100 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -227,6 +227,7 @@ config ARCH_STACK_DYNAMIC bool "Dynamic stack" default n if !BUILD_KERNEL || !LIBC_EXECFUNCS default y if BUILD_KERNEL && LIBC_EXECFUNCS + depends on EXPERIMENTAL ---help--- Select this option if the user process stack resides in its own address space. The naming of this selection implies that dynamic