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