]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rmobile/Kconfig.64
ARM: rmobile: ulcb: Add ULCB board support
[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 config TARGET_ULCB
24         bool "ULCB board"
25         help
26           Support for Renesas R-Car Gen3 ULCB platform
27
28 endchoice
29
30 config SYS_SOC
31         default "rmobile"
32
33 source "board/renesas/salvator-x/Kconfig"
34 source "board/renesas/ulcb/Kconfig"
35
36 endif