Add TLS support for this target. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
12 lines
300 B
Text
12 lines
300 B
Text
# Copyright (c) 2017, 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_XTENSA_DC233C
|
|
bool "Xtensa dc233c core"
|
|
select XTENSA
|
|
select XTENSA_HAL
|
|
select ARCH_HAS_THREAD_LOCAL_STORAGE
|
|
select CPU_HAS_MMU
|
|
imply XTENSA_MMU
|
|
select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU
|