1# Copyright (c) 2021 IoT.bzh
2# SPDX-License-Identifier: Apache-2.0
3
4choice
5	prompt "Renesas RCar SoC Selection"
6	depends on SOC_SERIES_RCAR_GEN3
7
8config SOC_R8A77951
9	bool "R8A77951"
10
11endchoice
12