blob: f22cd5269aca9ac2431ce2d902fc027a9511af9d [file] [log] [blame]
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasut0d93a402017-05-13 15:57:35 +02003choice
4 prompt "Select Target SoC"
5
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +09006config R8A7795
Marek Vasut0d93a402017-05-13 15:57:35 +02007 bool "Renesas SoC R8A7795"
8
Marek Vasut62df3122017-05-13 15:57:39 +02009config R8A7796
10 bool "Renesas SoC R8A7796"
11
Marek Vasut46175fc2017-10-09 20:39:47 +020012config R8A77970
13 bool "Renesas SoC R8A77970"
14
Marek Vasut04cd2e22017-10-08 20:52:52 +020015config R8A77995
16 bool "Renesas SoC R8A77995"
17
Marek Vasut0d93a402017-05-13 15:57:35 +020018endchoice
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090019
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090020choice
21 prompt "Renesus ARM64 SoCs board select"
22 optional
23
Marek Vasutb47bc372017-10-09 21:08:10 +020024config TARGET_EAGLE
25 bool "Eagle board"
26 help
27 Support for Renesas R-Car Gen3 Eagle platform
28
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090029config TARGET_SALVATOR_X
30 bool "Salvator-X board"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090031 help
Marek Vasut36f74202017-05-13 15:57:40 +020032 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090033
Marek Vasutad43cd32017-07-21 23:15:21 +020034config TARGET_ULCB
35 bool "ULCB board"
36 help
37 Support for Renesas R-Car Gen3 ULCB platform
38
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090039endchoice
40
41config SYS_SOC
42 default "rmobile"
43
Marek Vasutb47bc372017-10-09 21:08:10 +020044source "board/renesas/eagle/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090045source "board/renesas/salvator-x/Kconfig"
Marek Vasutad43cd32017-07-21 23:15:21 +020046source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +090047
Nobuhiro Iwamatsu4dc515a2016-04-01 03:51:34 +090048endif