This commit adds support for the SiFive Freedom E310 SoC for the Zephyr Hardware Model v2. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
# 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"
|