cea0b3a9c2
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
# Kconfig - XTENSA board configuration
|
|
#
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_XRC_FUSION_AON_ALL_LM
|
|
|
|
config SOC
|
|
string
|
|
default "XRC_FUSION_AON_ALL_LM"
|
|
|
|
config IRQ_OFFLOAD_INTNUM
|
|
default 13
|
|
|
|
endif
|