d84c0617d16360ac436217ebc1de907c06842a10
[oweals/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         imply CLK_R8A7795
9
10 config R8A7796
11         bool "Renesas SoC R8A7796"
12         imply CLK_R8A7796
13
14 config R8A77970
15         bool "Renesas SoC R8A77970"
16         imply CLK_R8A77970
17
18 config R8A77990
19         bool "Renesas SoC R8A77990"
20         imply CLK_R8A77990
21
22 config R8A77995
23         bool "Renesas SoC R8A77995"
24         imply CLK_R8A77995
25
26 endchoice
27
28 choice
29         prompt "Renesus ARM64 SoCs board select"
30         optional
31
32 config TARGET_DRAAK
33         bool "Draak board"
34         help
35           Support for Renesas R-Car Gen3 Draak platform
36
37 config TARGET_EAGLE
38         bool "Eagle board"
39         help
40           Support for Renesas R-Car Gen3 Eagle platform
41
42 config TARGET_EBISU
43         bool "Ebisu board"
44         help
45           Support for Renesas R-Car Gen3 Ebisu platform
46
47 config TARGET_SALVATOR_X
48         bool "Salvator-X board"
49         help
50           Support for Renesas R-Car Gen3 platform
51
52 config TARGET_ULCB
53         bool "ULCB board"
54         help
55           Support for Renesas R-Car Gen3 ULCB platform
56
57 endchoice
58
59 config SYS_SOC
60         default "rmobile"
61
62 source "board/renesas/draak/Kconfig"
63 source "board/renesas/eagle/Kconfig"
64 source "board/renesas/ebisu/Kconfig"
65 source "board/renesas/salvator-x/Kconfig"
66 source "board/renesas/ulcb/Kconfig"
67
68 endif