1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_FAMILY_RENESAS_RZ
5	bool
6
7config SOC_FAMILY
8	default "renesas_rz" if SOC_FAMILY_RENESAS_RZ
9
10rsource "*/Kconfig.soc"
11