87f3b07292
Move it out from RISC-V privileged folder, and create a standalone family. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
16 lines
296 B
Plaintext
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
|