blob: 49949390dcebf1ab89d29819068ca9d5b5d206f3 [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 Vasuta0f64042017-05-13 15:57:35 +020015endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090016
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090017choice
18 prompt "Renesus ARM64 SoCs board select"
19 optional
20
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090021config TARGET_SALVATOR_X
22 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090023 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020024 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090025
Marek Vasutbd390502017-07-21 23:15:21 +020026config TARGET_ULCB
27 bool "ULCB board"
28 help
29 Support for Renesas R-Car Gen3 ULCB platform
30
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090031endchoice
32
33config SYS_SOC
34 default "rmobile"
35
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090036source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020037source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090038
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090039endif