blob: f22cd5269aca9ac2431ce2d902fc027a9511af9d [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 Vasutd21f08b2017-10-09 21:08:10 +020024config TARGET_EAGLE
25 bool "Eagle board"
26 help
27 Support for Renesas R-Car Gen3 Eagle platform
28
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090029config TARGET_SALVATOR_X
30 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090031 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020032 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090033
Marek Vasutbd390502017-07-21 23:15:21 +020034config TARGET_ULCB
35 bool "ULCB board"
36 help
37 Support for Renesas R-Car Gen3 ULCB platform
38
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090039endchoice
40
41config SYS_SOC
42 default "rmobile"
43
Marek Vasutd21f08b2017-10-09 21:08:10 +020044source "board/renesas/eagle/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090045source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020046source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090047
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090048endif