Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
479 B

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STARFIVE_JH71XX
bool
help
Starfive JH71XX series
config SOC_JH7100
bool
select SOC_SERIES_STARFIVE_JH71XX
help
Starfive JH7100
config SOC_JH7110
bool
select SOC_SERIES_STARFIVE_JH71XX
help
Starfive JH7110
config SOC_SERIES
default "starfive_jh71xx" if SOC_SERIES_STARFIVE_JH71XX
config SOC
default "jh7100" if SOC_JH7100
default "jh7110" if SOC_JH7110