11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_INTEL_S1000
|
|
bool "intel_s1000"
|
|
select XTENSA
|
|
select XTENSA_HAL if "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc"
|
|
select HAS_I2C_DW if I2C
|
|
select HAS_SPI_DW if SPI
|
|
select ARCH_HAS_THREAD_LOCAL_STORAGE
|