mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
21 lines
338 B
Text
21 lines
338 B
Text
|
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
|