blob: d84c0617d16360ac436217ebc1de907c06842a10 [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"
Marek Vasut46467ce2019-02-18 13:20:48 +01008 imply CLK_R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +02009
Marek Vasut2dea3b32017-05-13 15:57:39 +020010config R8A7796
11 bool "Renesas SoC R8A7796"
Marek Vasut46467ce2019-02-18 13:20:48 +010012 imply CLK_R8A7796
Marek Vasut2dea3b32017-05-13 15:57:39 +020013
Marek Vasut5cb19e72017-10-09 20:39:47 +020014config R8A77970
15 bool "Renesas SoC R8A77970"
Marek Vasut46467ce2019-02-18 13:20:48 +010016 imply CLK_R8A77970
Marek Vasut5cb19e72017-10-09 20:39:47 +020017
Marek Vasuta0410a62018-04-26 10:09:06 +020018config R8A77990
19 bool "Renesas SoC R8A77990"
Marek Vasut46467ce2019-02-18 13:20:48 +010020 imply CLK_R8A77990
Marek Vasuta0410a62018-04-26 10:09:06 +020021
Marek Vasut11545412017-10-08 20:52:52 +020022config R8A77995
23 bool "Renesas SoC R8A77995"
Marek Vasut46467ce2019-02-18 13:20:48 +010024 imply CLK_R8A77995
Marek Vasut11545412017-10-08 20:52:52 +020025
Marek Vasuta0f64042017-05-13 15:57:35 +020026endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090027
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090028choice
29 prompt "Renesus ARM64 SoCs board select"
30 optional
31
Marek Vasut7387d4c2017-10-08 20:41:18 +020032config TARGET_DRAAK
33 bool "Draak board"
34 help
35 Support for Renesas R-Car Gen3 Draak platform
36
Marek Vasutd21f08b2017-10-09 21:08:10 +020037config TARGET_EAGLE
38 bool "Eagle board"
39 help
40 Support for Renesas R-Car Gen3 Eagle platform
41
Marek Vasut63e22512018-04-26 13:31:39 +020042config TARGET_EBISU
43 bool "Ebisu board"
44 help
45 Support for Renesas R-Car Gen3 Ebisu platform
46
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090047config TARGET_SALVATOR_X
48 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090049 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020050 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090051
Marek Vasutbd390502017-07-21 23:15:21 +020052config TARGET_ULCB
53 bool "ULCB board"
54 help
55 Support for Renesas R-Car Gen3 ULCB platform
56
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090057endchoice
58
59config SYS_SOC
60 default "rmobile"
61
Marek Vasut7387d4c2017-10-08 20:41:18 +020062source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +020063source "board/renesas/eagle/Kconfig"
Marek Vasut63e22512018-04-26 13:31:39 +020064source "board/renesas/ebisu/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090065source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020066source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090067
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090068endif