1# Copyright (c) 2023 EPAM Systems
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_RCAR_GEN3
5	bool "Renesas RCAR Gen3 Cortex A"
6	select ARM64
7	select CPU_CORTEX_A57
8	select SOC_FAMILY_RCAR
9	select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
10	select CLOCK_CONTROL_RCAR_CPG_MSSR if CLOCK_CONTROL
11	help
12	  Enable support for Renesas RCar Gen3 SoC series
13