]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rmobile/Kconfig.64
4ffc40edc6ebeaf1c745df8ba728a34bf3721c49
[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         select R8A7795
21         help
22           Support for Renesas R-Car Gen3 R8a7795 platform
23
24 endchoice
25
26 config SYS_SOC
27         default "rmobile"
28
29 source "board/renesas/salvator-x/Kconfig"
30
31 endif