]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-rmobile/Kconfig.rzn1
ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
[thirdparty/u-boot.git] / arch / arm / mach-rmobile / Kconfig.rzn1
1 if RZN1
2
3 choice
4 prompt "Renesas RZ/N1 Board select"
5 default TARGET_SCHNEIDER_RZN1
6
7 config 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
13 endchoice
14
15 config SYS_SOC
16 default "rzn1"
17
18 source "board/schneider/rzn1-snarc/Kconfig"
19
20 endif