1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_SERIES_RZG3S 5 bool 6 select SOC_FAMILY_RENESAS_RZ 7 help 8 Renesas RZ/G3S series 9 10config SOC_SERIES 11 default "rzg3s" if SOC_SERIES_RZG3S 12 13config SOC_R9A08G045S33GBG 14 bool 15 select SOC_SERIES_RZG3S 16 help 17 R9A08G045S33GBG 18 19config SOC_R9A08G045S33GBG_CM33 20 bool 21 select SOC_R9A08G045S33GBG 22 23config SOC 24 default "r9a08g045s33gbg" if SOC_R9A08G045S33GBG 25