blob: 1003b68ebfc54abfa1e8454d726d7c81ffe1fb80 [file] [log] [blame]
# 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