16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
|
# 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
|
||
|
|
||
|
endif
|