zephyr/soc/starfive/jh71xx/Kconfig.soc
Pratik Farkase 2b4ce8b3bb soc: starfive: jh71xx: add jh7110 soc support
These list of files add Kconfig support for
Starfive JH7110 SOC support.

Signed-off-by: Pratik Farkase <pratik.farkase@wsisweden.com>
2024-03-13 11:39:51 -05:00

27 lines
479 B
Plaintext

# 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