:orphan: .. title:: CONFIG_X86_USE_THREAD_LOCAL_STORAGE .. kconfig:: CONFIG_X86_USE_THREAD_LOCAL_STORAGE CONFIG_X86_USE_THREAD_LOCAL_STORAGE ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Internal config to enable thread local storage. Direct dependencies =================== !\ :kconfig:`X86_64 ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`THREAD_LOCAL_STORAGE ` Symbols selected by this symbol =============================== - \ :kconfig:`SET_GDT ` - \ :kconfig:`GDT_DYNAMIC ` Kconfig definition ================== At ``/x86/core/Kconfig.ia32:165`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:482`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config X86_USE_THREAD_LOCAL_STORAGE bool default y if THREAD_LOCAL_STORAGE select SET_GDT select GDT_DYNAMIC depends on !X86_64 && X86 help Internal config to enable thread local storage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*