]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rmobile/Kconfig.64
49949390dcebf1ab89d29819068ca9d5b5d206f3
[people/ms/u-boot.git] / 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 config R8A77970
13 bool "Renesas SoC R8A77970"
14
15 endchoice
16
17 choice
18 prompt "Renesus ARM64 SoCs board select"
19 optional
20
21 config TARGET_SALVATOR_X
22 bool "Salvator-X board"
23 help
24 Support for Renesas R-Car Gen3 platform
25
26 config TARGET_ULCB
27 bool "ULCB board"
28 help
29 Support for Renesas R-Car Gen3 ULCB platform
30
31 endchoice
32
33 config SYS_SOC
34 default "rmobile"
35
36 source "board/renesas/salvator-x/Kconfig"
37 source "board/renesas/ulcb/Kconfig"
38
39 endif