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