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