blob: 8cf033fb13c49346f3d7bb4fd6964f3b825bdd0b [file] [log] [blame]
Chris Brandt35295962017-08-23 14:53:59 -05001if 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
Chris Brandtba932bc2017-08-23 14:53:59 -050016# Renesas Supported Boards
17config TARGET_GRPEACH
18 bool "GR-PEACH board"
19
Chris Brandt35295962017-08-23 14:53:59 -050020endchoice
21
22config SYS_SOC
23 default "rmobile"
24
Chris Brandtba932bc2017-08-23 14:53:59 -050025# Renesas Supported Boards
26source "board/renesas/grpeach/Kconfig"
27
Chris Brandt35295962017-08-23 14:53:59 -050028endif