12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
|
# Copyright (c) 2021 IoT.bzh
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
choice
|
||
|
prompt "Renesas RCar SoC Selection"
|
||
|
depends on SOC_SERIES_RCAR_GEN3
|
||
|
|
||
|
config SOC_R8A77951
|
||
|
bool "R8A77951"
|
||
|
|
||
|
endchoice
|