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