blob: cb9f569e5fb6d36eaa6c0587e410e3f7535e7ec8 [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 Vasuta0410a62018-04-26 10:09:06 +020015config R8A77990
16 bool "Renesas SoC R8A77990"
17
Marek Vasut11545412017-10-08 20:52:52 +020018config R8A77995
19 bool "Renesas SoC R8A77995"
20
Marek Vasuta0f64042017-05-13 15:57:35 +020021endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090022
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090023choice
24 prompt "Renesus ARM64 SoCs board select"
25 optional
26
Marek Vasut7387d4c2017-10-08 20:41:18 +020027config TARGET_DRAAK
28 bool "Draak board"
29 help
30 Support for Renesas R-Car Gen3 Draak platform
31
Marek Vasutd21f08b2017-10-09 21:08:10 +020032config TARGET_EAGLE
33 bool "Eagle board"
34 help
35 Support for Renesas R-Car Gen3 Eagle platform
36
Marek Vasut63e22512018-04-26 13:31:39 +020037config TARGET_EBISU
38 bool "Ebisu board"
39 help
40 Support for Renesas R-Car Gen3 Ebisu platform
41
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090042config TARGET_SALVATOR_X
43 bool "Salvator-X board"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090044 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020045 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090046
Marek Vasutbd390502017-07-21 23:15:21 +020047config TARGET_ULCB
48 bool "ULCB board"
49 help
50 Support for Renesas R-Car Gen3 ULCB platform
51
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090052endchoice
53
54config SYS_SOC
55 default "rmobile"
56
Marek Vasut7387d4c2017-10-08 20:41:18 +020057source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +020058source "board/renesas/eagle/Kconfig"
Marek Vasut63e22512018-04-26 13:31:39 +020059source "board/renesas/ebisu/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090060source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020061source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090062
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090063endif