CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE

(No prompt – not directly user assignable.)

Type: bool

Help

Hidden option to signal that toolchain supports generating code with thread local storage.

Default

  • y if “zephyr” = “zephyr”

Kconfig definition

At <Zephyr>/kernel/Kconfig:884

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:30

Menu path: (Top) → General Kernel Options

config TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
    bool
    default y if "zephyr" = "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.)