Kconfig: CONFIG_USERSPACE is experimental

Indicate to users that this feature isn't fully baked yet.
This will be reverted for 1.11 release.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-10-13 13:03:32 -07:00 committed by Andrew Boie
commit da4024b1f7

View file

@ -45,7 +45,7 @@ config HW_STACK_PROTECTION
Select this option to enable hardware stack protection.
config USERSPACE
bool "User mode threads"
bool "User mode threads (EXPERIMENTAL)"
depends on ARCH_HAS_USERSPACE
select HW_STACK_PROTECTION
help
@ -54,6 +54,9 @@ config USERSPACE
with the kernel via system calls. See Zephyr documentation for more
details about this feature.
This feature is under heavy development and APIs related to it are
subject to change, even if declared non-private.
config MAX_THREAD_BYTES
int "Bytes to use when tracking object thread permissions"
default 2