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