blob: e88f9a2eedb64b6d1f56f41c0396260300f18b0d [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
Chris Brandtba932bc2017-08-23 14:53:59 -050022# Renesas Supported Boards
23source "board/renesas/grpeach/Kconfig"
24
Chris Brandt35295962017-08-23 14:53:59 -050025endif