blob: 303d4d4fe5f759b01afcafb0c2a77c550b2b9048 [file] [log] [blame]
# Kconfig - XTENSA board configuration
#
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_INTEL_S1000
config SOC
string
default "intel_s1000"
config IRQ_OFFLOAD_INTNUM
default 0
config XTENSA_ASM2
default y
# 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