-
CONFIG_X86_USE_THREAD_LOCAL_STORAGE
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Internal config to enable thread local storage.
Default¶
y if
THREAD_LOCAL_STORAGE
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/arch/x86/core/Kconfig.ia32:218
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:327
Menu path: (Top) → X86 Architecture Options
config X86_USE_THREAD_LOCAL_STORAGE bool default y ifTHREAD_LOCAL_STORAGE
selectSET_GDT
selectGDT_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.)