1# Copyright (c) 2017 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_XTENSA_SAMPLE_CONTROLLER
5	select XTENSA
6	select XTENSA_HAL if ("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc" && "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xt-clang")
7	select ARCH_SUPPORTS_COREDUMP
8