:orphan: .. title:: CONFIG_THREAD_USERSPACE_LOCAL_DATA .. kconfig:: CONFIG_THREAD_USERSPACE_LOCAL_DATA CONFIG_THREAD_USERSPACE_LOCAL_DATA ################################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`ERRNO ` && !\ :kconfig:`ERRNO_IN_TLS ` Kconfig definition ================== At ``/Kconfig:185`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig config THREAD_USERSPACE_LOCAL_DATA bool default y if ERRNO && !ERRNO_IN_TLS depends on USERSPACE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*