mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 02:45:42 +00:00
This moves enabling XTENSA_HAL to the SoC definitions. As Xtensa SoCs are highly configurable, it is possible that the generic Xtensa HAL provided in the tree is not suitable. So only enable XTENSA_HAL only if the generic version can be used. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_XTENSA_SAMPLE_CONTROLLER
|
|
bool "Xtensa sample_controller core"
|
|
select XTENSA
|
|
select XTENSA_HAL
|