1# Copyright © 2022 Keith Packard
2# SPDX-License-Identifier: Apache-2.0
3
4config TOOLCHAIN_CROSS_COMPILE_SUPPORTS_THREAD_LOCAL_STORAGE
5	bool "Cross-compile toolchain supports TLS"
6	select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
7	help
8	  Set this if the cross-compile toolchain being used for the build
9	  supports thread local storage.
10