zephyr/soc/xtensa/intel_s1000/Kconfig.defconfig

23 lines
381 B
Plaintext

# XTENSA board configuration
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_INTEL_S1000
config SOC
default "intel_s1000"
config IRQ_OFFLOAD_INTNUM
default 0
# S1000 does not have MISC0.
# Since EXCSAVE2 is unused by Zephyr, use it instead.
config XTENSA_KERNEL_CPU_PTR_SR
default "EXCSAVE2"
config SPI_DW_FIFO_DEPTH
default 32
endif