]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rmobile/Kconfig.64
5db93ac8d65d09652fa6d0ac7b5b4a41902d6c87
[u-boot] / arch / arm / mach-rmobile / Kconfig.64
1 if RCAR_GEN3
2
3 choice
4         prompt "Select Target SoC"
5
6 config R8A7795
7         bool "Renesas SoC R8A7795"
8
9 config R8A7796
10         bool "Renesas SoC R8A7796"
11
12 endchoice
13
14 choice
15         prompt "Renesus ARM64 SoCs board select"
16         optional
17
18 config TARGET_SALVATOR_X
19         bool "Salvator-X board"
20         help
21           Support for Renesas R-Car Gen3 platform
22
23 endchoice
24
25 config SYS_SOC
26         default "rmobile"
27
28 source "board/renesas/salvator-x/Kconfig"
29
30 endif