blob: 6b93d25358384c9314461700f4f143cc3848c904 [file] [log] [blame]
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasut0d93a402017-05-13 15:57:35 +02003choice
4 prompt "Select Target SoC"
5
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +09006config R8A7795
Marek Vasut0d93a402017-05-13 15:57:35 +02007 bool "Renesas SoC R8A7795"
8
Marek Vasut62df3122017-05-13 15:57:39 +02009config R8A7796
10 bool "Renesas SoC R8A7796"
11
Marek Vasut46175fc2017-10-09 20:39:47 +020012config R8A77970
13 bool "Renesas SoC R8A77970"
14
Marek Vasut001dbf32018-04-26 10:09:06 +020015config R8A77990
16 bool "Renesas SoC R8A77990"
17
Marek Vasut04cd2e22017-10-08 20:52:52 +020018config R8A77995
19 bool "Renesas SoC R8A77995"
20
Marek Vasut0d93a402017-05-13 15:57:35 +020021endchoice
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090022
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090023choice
24 prompt "Renesus ARM64 SoCs board select"
25 optional
26
Marek Vasut3ef6d082017-10-08 20:41:18 +020027config TARGET_DRAAK
28 bool "Draak board"
29 help
30 Support for Renesas R-Car Gen3 Draak platform
31
Marek Vasutb47bc372017-10-09 21:08:10 +020032config TARGET_EAGLE
33 bool "Eagle board"
34 help
35 Support for Renesas R-Car Gen3 Eagle platform
36
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090037config TARGET_SALVATOR_X
38 bool "Salvator-X board"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090039 help
Marek Vasut36f74202017-05-13 15:57:40 +020040 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090041
Marek Vasutad43cd32017-07-21 23:15:21 +020042config TARGET_ULCB
43 bool "ULCB board"
44 help
45 Support for Renesas R-Car Gen3 ULCB platform
46
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090047endchoice
48
49config SYS_SOC
50 default "rmobile"
51
Marek Vasut3ef6d082017-10-08 20:41:18 +020052source "board/renesas/draak/Kconfig"
Marek Vasutb47bc372017-10-09 21:08:10 +020053source "board/renesas/eagle/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090054source "board/renesas/salvator-x/Kconfig"
Marek Vasutad43cd32017-07-21 23:15:21 +020055source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090056
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090057endif