:orphan: .. title:: CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE .. kconfig:: CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE ############################################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden option to signal that toolchain supports generating code with thread local storage. Default ======= - y if "" = "zephyr" Kconfig definition ================== At ``/Kconfig:865`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig config TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE bool default y if "" = "zephyr" help Hidden option to signal that toolchain supports generating code with thread local storage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*