zephyr/soc/riscv/starfive_jh71xx/Kconfig
Gerard Marull-Paretas 87f3b07292 soc: riscv: starfive_jh71xx: reorganize SoC folder
Move it out from RISC-V privileged folder, and create a standalone
family.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-01-09 09:40:07 +01:00

16 lines
296 B
Plaintext

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_STARFIVE_JH71XX
bool
if SOC_FAMILY_STARFIVE_JH71XX
config SOC_FAMILY
string
default "starfive_jh71xx"
source "soc/riscv/starfive_jh71xx/*/Kconfig.soc"
endif # SOC_FAMILY_STARFIVE_JH71XX