14 lines
361 B
Text
14 lines
361 B
Text
|
# Copyright (c) 2023 IoT.bzh
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SOC_SERIES_RCAR_GEN4
|
||
|
bool "Renesas R-Car Gen4 Cortex R52"
|
||
|
select ARM
|
||
|
select CPU_CORTEX_R52
|
||
|
select GIC_SINGLE_SECURITY_STATE
|
||
|
select SOC_FAMILY_RCAR
|
||
|
select CLOCK_CONTROL_RCAR_CPG_MSSR if CLOCK_CONTROL
|
||
|
select ARM_ARCH_TIMER
|
||
|
help
|
||
|
Enable support for Renesas R-Car Gen4 SoC series
|