blob: c79b39ded69ac5a29671bd4ecb99a45102d05e06 [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 Vasuta0f64042017-05-13 15:57:35 +020012endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090013
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090014choice
15 prompt "Renesus ARM64 SoCs board select"
16 optional
17
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090018config TARGET_SALVATOR_X
19 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090020 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020021 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090022
Marek Vasutbd390502017-07-21 23:15:21 +020023config TARGET_ULCB
24 bool "ULCB board"
25 help
26 Support for Renesas R-Car Gen3 ULCB platform
27
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090028endchoice
29
30config SYS_SOC
31 default "rmobile"
32
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090033source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020034source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090035
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090036endif