1# Copyright (c) 2024 Nordic Semiconductor ASA
2# Copyright (c) 2024 Antmicro <www.antmicro.com>
3# SPDX-License-Identifier: Apache-2.0
4
5config SOC_FAMILY_SIFIVE_FREEDOM
6 bool
7
8config SOC_FAMILY
9 default "sifive_freedom" if SOC_FAMILY_SIFIVE_FREEDOM
10
11rsource "*/Kconfig.soc"
12