]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-renesas/Kconfig.rcar4
ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
[thirdparty/u-boot.git] / arch / arm / mach-renesas / Kconfig.rcar4
1 if RCAR_GEN4
2
3 menu "Select Target SoC"
4
5 config R8A779A0
6 bool "Renesas SoC R8A779A0"
7 select GICV3
8 imply CLK_R8A779A0
9 imply PINCTRL_PFC_R8A779A0
10
11 config R8A779F0
12 bool "Renesas SoC R8A779F0"
13 select GICV3
14 imply CLK_R8A779F0
15 imply PINCTRL_PFC_R8A779F0
16
17 config R8A779G0
18 bool "Renesas SoC R8A779G0"
19 select GICV3
20 imply CLK_R8A779G0
21 imply PINCTRL_PFC_R8A779G0
22
23 config R8A779H0
24 bool "Renesas SoC R8A779H0"
25 select GICV3
26 imply CLK_R8A779H0
27 imply PINCTRL_PFC_R8A779H0
28
29 endmenu
30
31 choice
32 prompt "Renesas ARM64 SoCs board select"
33 optional
34
35 config TARGET_FALCON
36 bool "Falcon board"
37 imply R8A779A0
38 help
39 Support for Renesas R-Car Gen3 Falcon platform
40
41 config TARGET_SPIDER
42 bool "Spider board"
43 imply R8A779F0
44 help
45 Support for Renesas R-Car Gen4 Spider platform
46
47 config TARGET_WHITEHAWK
48 bool "White Hawk board"
49 imply R8A779G0
50 help
51 Support for Renesas R-Car Gen4 White Hawk platform
52
53 config TARGET_GRAYHAWK
54 bool "Gray Hawk board"
55 imply R8A779H0
56 help
57 Support for Renesas R-Car Gen4 Gray Hawk platform
58
59 endchoice
60
61 source "board/renesas/falcon/Kconfig"
62 source "board/renesas/spider/Kconfig"
63 source "board/renesas/whitehawk/Kconfig"
64 source "board/renesas/grayhawk/Kconfig"
65
66 endif