Kconfig (611ac726f9ebbb12f2113e5345ef109660954eeb) Kconfig (bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2)
1# SPDX-License-Identifier: GPL-2.0
2menuconfig SOC_RENESAS
3 bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
4 default y if ARCH_RENESAS
5 select SOC_BUS
6
7if SOC_RENESAS
8

--- 194 unchanged lines hidden (view full) ---

203
204config ARCH_R8A77951
205 bool "ARM64 Platform support for R-Car H3 ES2.0+"
206 select ARCH_RCAR_GEN3
207 select SYSC_R8A7795
208 help
209 This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
210 later).
1# SPDX-License-Identifier: GPL-2.0
2menuconfig SOC_RENESAS
3 bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
4 default y if ARCH_RENESAS
5 select SOC_BUS
6
7if SOC_RENESAS
8

--- 194 unchanged lines hidden (view full) ---

203
204config ARCH_R8A77951
205 bool "ARM64 Platform support for R-Car H3 ES2.0+"
206 select ARCH_RCAR_GEN3
207 select SYSC_R8A7795
208 help
209 This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
210 later).
211 This includes different gradings like R-Car H3e-2G.
211
212config ARCH_R8A77965
213 bool "ARM64 Platform support for R-Car M3-N"
214 select ARCH_RCAR_GEN3
215 select SYSC_R8A77965
216 help
217 This enables support for the Renesas R-Car M3-N SoC.
218

--- 5 unchanged lines hidden (view full) ---

224 This enables support for the Renesas R-Car M3-W SoC.
225
226config ARCH_R8A77961
227 bool "ARM64 Platform support for R-Car M3-W+"
228 select ARCH_RCAR_GEN3
229 select SYSC_R8A77961
230 help
231 This enables support for the Renesas R-Car M3-W+ SoC.
212
213config ARCH_R8A77965
214 bool "ARM64 Platform support for R-Car M3-N"
215 select ARCH_RCAR_GEN3
216 select SYSC_R8A77965
217 help
218 This enables support for the Renesas R-Car M3-N SoC.
219

--- 5 unchanged lines hidden (view full) ---

225 This enables support for the Renesas R-Car M3-W SoC.
226
227config ARCH_R8A77961
228 bool "ARM64 Platform support for R-Car M3-W+"
229 select ARCH_RCAR_GEN3
230 select SYSC_R8A77961
231 help
232 This enables support for the Renesas R-Car M3-W+ SoC.
233 This includes different gradings like R-Car M3e-2G.
232
233config ARCH_R8A77980
234 bool "ARM64 Platform support for R-Car V3H"
235 select ARCH_RCAR_GEN3
236 select SYSC_R8A77980
237 help
238 This enables support for the Renesas R-Car V3H SoC.
239

--- 146 unchanged lines hidden ---
234
235config ARCH_R8A77980
236 bool "ARM64 Platform support for R-Car V3H"
237 select ARCH_RCAR_GEN3
238 select SYSC_R8A77980
239 help
240 This enables support for the Renesas R-Car V3H SoC.
241

--- 146 unchanged lines hidden ---