r8a779f0 SoC is part of the Renesas R-Car Gen4 SoC series. This SoC has a dual core lockstep Cortex-R52 CPU. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
11 lines
194 B
Text
11 lines
194 B
Text
# Copyright (c) 2023 IoT.bzh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "Renesas RCar SoC Selection"
|
|
depends on SOC_SERIES_RCAR_GEN4
|
|
|
|
config SOC_R8A779F0
|
|
bool "r8a779f0"
|
|
|
|
endchoice
|