blob: 73138d69f950eff211c445db03155f867f16f4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
if RZN1
choice
prompt "Renesas RZ/N1 Board select"
default TARGET_SCHNEIDER_RZN1
config TARGET_SCHNEIDER_RZN1
bool "Schneider RZN1 board"
help
Support the Schneider RZN1D and RZN1S boards, which are based
on the Renesas RZ/N1 SoC.
endchoice
config SYS_SOC
default "rzn1"
source "board/schneider/rzn1-snarc/Kconfig"
endif
|