blob: efb703b92b807ec3efd397299665fa918b3733cd [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
16endchoice
17
18config SYS_SOC
19 default "rmobile"
20
21endif