blob: 35354126e45997b438292fb6d71873d05685ec50 [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasut30b62ca2019-02-18 13:34:19 +01003menu "Select Target SoC"
Marek Vasuta0f64042017-05-13 15:57:35 +02004
Adam Forddbabfcc2020-06-30 09:30:06 -05005config R8A774A1
Biju Das4e4c0e52020-10-12 16:16:14 +01006 bool "Renesas SoC R8A774A1"
7
8config R8A774B1
9 bool "Renesas SoC R8A774B1"
Biju Das54db9e82020-10-14 18:17:35 +010010 imply CLK_R8A774B1
Biju Dasc5f37622020-10-28 10:34:21 +000011 imply PINCTRL_PFC_R8A774B1
Adam Forddbabfcc2020-06-30 09:30:06 -050012
Lad Prabhakar051f1492020-10-16 08:37:12 +010013config R8A774C0
14 bool "Renesas SoC R8A774C0"
Lad Prabhakara3c1fd62020-10-16 08:37:14 +010015 imply CLK_R8A774C0
Lad Prabhakar051f1492020-10-16 08:37:12 +010016
Biju Dasaca749a2020-10-12 16:16:15 +010017config R8A774E1
18 bool "Renesas SoC R8A774E1"
Biju Dase9d91b82020-10-14 18:17:36 +010019 imply CLK_R8A774E1
Biju Das975154b2020-10-28 10:34:22 +000020 imply PINCTRL_PFC_R8A774E1
Biju Dasaca749a2020-10-12 16:16:15 +010021
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090022config R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +020023 bool "Renesas SoC R8A7795"
Marek Vasut46467ce2019-02-18 13:20:48 +010024 imply CLK_R8A7795
Marek Vasut669367f2019-02-18 13:22:03 +010025 imply PINCTRL_PFC_R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +020026
Marek Vasut2dea3b32017-05-13 15:57:39 +020027config R8A7796
28 bool "Renesas SoC R8A7796"
Marek Vasut46467ce2019-02-18 13:20:48 +010029 imply CLK_R8A7796
Marek Vasut669367f2019-02-18 13:22:03 +010030 imply PINCTRL_PFC_R8A7796
Marek Vasut2dea3b32017-05-13 15:57:39 +020031
Marek Vasutce417a22019-03-04 01:32:44 +010032config R8A77965
33 bool "Renesas SoC R8A77965"
Marek Vasut93314392019-03-04 13:36:13 +010034 imply CLK_R8A77965
Marek Vasutc6435c32019-03-04 01:32:44 +010035 imply PINCTRL_PFC_R8A77965
Marek Vasutce417a22019-03-04 01:32:44 +010036
Marek Vasut5cb19e72017-10-09 20:39:47 +020037config R8A77970
38 bool "Renesas SoC R8A77970"
Marek Vasut46467ce2019-02-18 13:20:48 +010039 imply CLK_R8A77970
Marek Vasut669367f2019-02-18 13:22:03 +010040 imply PINCTRL_PFC_R8A77970
Marek Vasut5cb19e72017-10-09 20:39:47 +020041
Marek Vasut57ede1a2019-07-29 19:59:44 +020042config R8A77980
43 bool "Renesas SoC R8A77980"
44 imply CLK_R8A77980
45 imply PINCTRL_PFC_R8A77980
46
Marek Vasuta0410a62018-04-26 10:09:06 +020047config R8A77990
48 bool "Renesas SoC R8A77990"
Marek Vasut46467ce2019-02-18 13:20:48 +010049 imply CLK_R8A77990
Marek Vasut669367f2019-02-18 13:22:03 +010050 imply PINCTRL_PFC_R8A77990
Marek Vasuta0410a62018-04-26 10:09:06 +020051
Marek Vasut11545412017-10-08 20:52:52 +020052config R8A77995
53 bool "Renesas SoC R8A77995"
Marek Vasut46467ce2019-02-18 13:20:48 +010054 imply CLK_R8A77995
Marek Vasut669367f2019-02-18 13:22:03 +010055 imply PINCTRL_PFC_R8A77995
Marek Vasut11545412017-10-08 20:52:52 +020056
Marek Vasut30b62ca2019-02-18 13:34:19 +010057endmenu
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090058
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090059choice
Marek Vasut30b62ca2019-02-18 13:34:19 +010060 prompt "Renesas ARM64 SoCs board select"
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090061 optional
62
Adam Ford59028792020-06-30 09:30:11 -050063config TARGET_BEACON_RZG2M
64 bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
65 select R8A774A1
66 select PINCTRL_PFC_R8A774A1
67
Adam Ford6001b492021-02-03 06:57:19 -060068config TARGET_BEACON_RZG2N
69 bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
70 select R8A774B1
71 select PINCTRL_PFC_R8A774B1
72
Marek Vasut3ebb9192019-07-29 19:59:44 +020073config TARGET_CONDOR
74 bool "Condor board"
75 imply R8A77980
76 help
77 Support for Renesas R-Car Gen3 Condor platform
78
Marek Vasut7387d4c2017-10-08 20:41:18 +020079config TARGET_DRAAK
80 bool "Draak board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010081 imply R8A77995
Marek Vasut7387d4c2017-10-08 20:41:18 +020082 help
83 Support for Renesas R-Car Gen3 Draak platform
84
Marek Vasutd21f08b2017-10-09 21:08:10 +020085config TARGET_EAGLE
86 bool "Eagle board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010087 imply R8A77970
Marek Vasutd21f08b2017-10-09 21:08:10 +020088 help
89 Support for Renesas R-Car Gen3 Eagle platform
90
Marek Vasut63e22512018-04-26 13:31:39 +020091config TARGET_EBISU
92 bool "Ebisu board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010093 imply R8A77990
Marek Vasut63e22512018-04-26 13:31:39 +020094 help
95 Support for Renesas R-Car Gen3 Ebisu platform
96
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090097config TARGET_SALVATOR_X
98 bool "Salvator-X board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010099 imply R8A7795
100 imply R8A7796
Marek Vasutce417a22019-03-04 01:32:44 +0100101 imply R8A77965
Marek Vasutbdafee72019-03-13 21:09:49 +0100102 imply SYS_MALLOC_F
103 imply MULTI_DTB_FIT
104 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900105 help
Marek Vasut2aef8f32017-05-13 15:57:40 +0200106 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900107
Marek Vasutbd390502017-07-21 23:15:21 +0200108config TARGET_ULCB
109 bool "ULCB board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100110 imply R8A7795
111 imply R8A7796
Marek Vasutce417a22019-03-04 01:32:44 +0100112 imply R8A77965
Marek Vasutbdafee72019-03-13 21:09:49 +0100113 imply SYS_MALLOC_F
114 imply MULTI_DTB_FIT
115 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Marek Vasutbd390502017-07-21 23:15:21 +0200116 help
117 Support for Renesas R-Car Gen3 ULCB platform
118
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +0900119endchoice
120
121config SYS_SOC
122 default "rmobile"
123
Marek Vasut3ebb9192019-07-29 19:59:44 +0200124source "board/renesas/condor/Kconfig"
Marek Vasut7387d4c2017-10-08 20:41:18 +0200125source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +0200126source "board/renesas/eagle/Kconfig"
Marek Vasut63e22512018-04-26 13:31:39 +0200127source "board/renesas/ebisu/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900128source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +0200129source "board/renesas/ulcb/Kconfig"
Adam Ford59028792020-06-30 09:30:11 -0500130source "board/beacon/beacon-rzg2m/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900131
Marek Vasutbdafee72019-03-13 21:09:49 +0100132config MULTI_DTB_FIT_UNCOMPRESS_SZ
133 default 0x80000 if TARGET_SALVATOR_X
134 default 0x80000 if TARGET_ULCB
135
136config MULTI_DTB_FIT_USER_DEF_ADDR
137 default 0x49000000 if TARGET_SALVATOR_X
138 default 0x49000000 if TARGET_ULCB
139
140config SYS_MALLOC_F_LEN
141 default 0x8000 if RCAR_GEN3
142
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +0900143endif