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:
parent
8bfac9b6c3
commit
da4024b1f7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue