1# Copyright (c) 2024 Nordic Semiconductor ASA
2# Copyright (c) 2023-2024 Intel Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_FAMILY_INTEL_NIOSV
7 bool
8
9config SOC_FAMILY
10 default "intel_niosv" if SOC_FAMILY_INTEL_NIOSV
11
12rsource "*/Kconfig.soc"
13