blob: 6112d79f0d7d17edf47caa291feda1614a2c28d4 [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasuta0f64042017-05-13 15:57:35 +02003choice
4 prompt "Select Target SoC"
5
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09006config R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +02007 bool "Renesas SoC R8A7795"
8
Marek Vasut2dea3b32017-05-13 15:57:39 +02009config R8A7796
10 bool "Renesas SoC R8A7796"
11
Marek Vasut5cb19e72017-10-09 20:39:47 +020012config R8A77970
13 bool "Renesas SoC R8A77970"
14
Marek Vasut11545412017-10-08 20:52:52 +020015config R8A77995
16 bool "Renesas SoC R8A77995"
17
Marek Vasuta0f64042017-05-13 15:57:35 +020018endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090019
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090020choice
21 prompt "Renesus ARM64 SoCs board select"
22 optional
23
Marek Vasut7387d4c2017-10-08 20:41:18 +020024config TARGET_DRAAK
25 bool "Draak board"
26 help
27 Support for Renesas R-Car Gen3 Draak platform
28
Marek Vasutd21f08b2017-10-09 21:08:10 +020029config TARGET_EAGLE
30 bool "Eagle board"
31 help
32 Support for Renesas R-Car Gen3 Eagle platform
33
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090034config TARGET_SALVATOR_X
35 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090036 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020037 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090038
Marek Vasutbd390502017-07-21 23:15:21 +020039config TARGET_ULCB
40 bool "ULCB board"
41 help
42 Support for Renesas R-Car Gen3 ULCB platform
43
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090044endchoice
45
46config SYS_SOC
47 default "rmobile"
48
Marek Vasut7387d4c2017-10-08 20:41:18 +020049source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +020050source "board/renesas/eagle/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090051source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020052source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090053
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090054endif