1if RZA1
2
3# required by the Ethernet driver
4config R7S72100
5	bool
6	default y
7
8# required by serial and usb driver
9config CPU_RZA1
10	bool
11	default y
12
13choice
14	prompt "Renesas RZ/A1 board select"
15
16# Renesas Supported Boards
17config TARGET_GRPEACH
18	bool "GR-PEACH board"
19
20endchoice
21
22config SYS_SOC
23	default "rmobile"
24
25# Renesas Supported Boards
26source "board/renesas/grpeach/Kconfig"
27
28endif
29