zephyr/soc/xtensa/XRC_FUSION_AON_ALL_LM/Kconfig.defconfig
Anas Nashif cea0b3a9c2 xtensa: move soc to top-level dir soc/
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>
2018-09-13 00:56:48 -04:00

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