blob: 73138d69f950eff211c445db03155f867f16f4db [file] [log] [blame]
Ralph Siemsen21563272023-05-12 21:36:55 -04001if RZN1
2
3choice
4 prompt "Renesas RZ/N1 Board select"
5 default TARGET_SCHNEIDER_RZN1
6
7config TARGET_SCHNEIDER_RZN1
8 bool "Schneider RZN1 board"
9 help
10 Support the Schneider RZN1D and RZN1S boards, which are based
11 on the Renesas RZ/N1 SoC.
12
13endchoice
14
15config SYS_SOC
16 default "rzn1"
17
18source "board/schneider/rzn1-snarc/Kconfig"
19
20endif