12 lines
194 B
Text
12 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
|