blob: 5df72e832e85d9437a49aae27d4da48f3fd034e9 [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
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090024config TARGET_SALVATOR_X
25 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090026 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020027 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090028
Marek Vasutbd390502017-07-21 23:15:21 +020029config TARGET_ULCB
30 bool "ULCB board"
31 help
32 Support for Renesas R-Car Gen3 ULCB platform
33
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090034endchoice
35
36config SYS_SOC
37 default "rmobile"
38
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090039source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020040source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090041
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090042endif