|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_SIFIVE_FREEDOM
|
|
bool
|
|
|
|
config SOC_FAMILY
|
|
default "sifive_freedom" if SOC_FAMILY_SIFIVE_FREEDOM
|
|
|
|
rsource "*/Kconfig.soc"
|