Kconfig (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) | Kconfig (860122d80251c64484883324128ca82fa35423ef) |
---|---|
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 --- 221 unchanged lines hidden (view full) --- 230config ARCH_R8A77961 231 bool "ARM64 Platform support for R-Car M3-W+" 232 select ARCH_RCAR_GEN3 233 select SYSC_R8A77961 234 help 235 This enables support for the Renesas R-Car M3-W+ SoC. 236 This includes different gradings like R-Car M3e and M3e-2G. 237 | 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 --- 221 unchanged lines hidden (view full) --- 230config ARCH_R8A77961 231 bool "ARM64 Platform support for R-Car M3-W+" 232 select ARCH_RCAR_GEN3 233 select SYSC_R8A77961 234 help 235 This enables support for the Renesas R-Car M3-W+ SoC. 236 This includes different gradings like R-Car M3e and M3e-2G. 237 |
238config ARCH_R8A779F0 239 bool "ARM64 Platform support for R-Car S4-8" 240 select ARCH_RCAR_GEN3 241 select SYSC_R8A779F0 242 help 243 This enables support for the Renesas R-Car S4-8 SoC. 244 |
|
238config ARCH_R8A77980 239 bool "ARM64 Platform support for R-Car V3H" 240 select ARCH_RCAR_GEN3 241 select SYSC_R8A77980 242 help 243 This enables support for the Renesas R-Car V3H SoC. 244 245config ARCH_R8A77970 --- 38 unchanged lines hidden (view full) --- 284 help 285 This enables support for the Renesas RZ/G2N SoC. 286 287config ARCH_R9A07G044 288 bool "ARM64 Platform support for RZ/G2L" 289 help 290 This enables support for the Renesas RZ/G2L SoC variants. 291 | 245config ARCH_R8A77980 246 bool "ARM64 Platform support for R-Car V3H" 247 select ARCH_RCAR_GEN3 248 select SYSC_R8A77980 249 help 250 This enables support for the Renesas R-Car V3H SoC. 251 252config ARCH_R8A77970 --- 38 unchanged lines hidden (view full) --- 291 help 292 This enables support for the Renesas RZ/G2N SoC. 293 294config ARCH_R9A07G044 295 bool "ARM64 Platform support for RZ/G2L" 296 help 297 This enables support for the Renesas RZ/G2L SoC variants. 298 |
299config ARCH_R9A07G054 300 bool "ARM64 Platform support for RZ/V2L" 301 help 302 This enables support for the Renesas RZ/V2L SoC variants. 303 |
|
292endif # ARM64 293 294config RST_RCAR 295 bool "Reset Controller support for R-Car" if COMPILE_TEST 296 297config SYSC_RCAR 298 bool "System Controller support for R-Car" if COMPILE_TEST 299 | 304endif # ARM64 305 306config RST_RCAR 307 bool "Reset Controller support for R-Car" if COMPILE_TEST 308 309config SYSC_RCAR 310 bool "System Controller support for R-Car" if COMPILE_TEST 311 |
312config SYSC_RCAR_GEN4 313 bool "System Controller support for R-Car Gen4" if COMPILE_TEST 314 |
|
300config SYSC_R8A77995 301 bool "System Controller support for R-Car D3" if COMPILE_TEST 302 select SYSC_RCAR 303 304config SYSC_R8A7794 305 bool "System Controller support for R-Car E2" if COMPILE_TEST 306 select SYSC_RCAR 307 --- 24 unchanged lines hidden (view full) --- 332config SYSC_R8A77960 333 bool "System Controller support for R-Car M3-W" if COMPILE_TEST 334 select SYSC_RCAR 335 336config SYSC_R8A77961 337 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 338 select SYSC_RCAR 339 | 315config SYSC_R8A77995 316 bool "System Controller support for R-Car D3" if COMPILE_TEST 317 select SYSC_RCAR 318 319config SYSC_R8A7794 320 bool "System Controller support for R-Car E2" if COMPILE_TEST 321 select SYSC_RCAR 322 --- 24 unchanged lines hidden (view full) --- 347config SYSC_R8A77960 348 bool "System Controller support for R-Car M3-W" if COMPILE_TEST 349 select SYSC_RCAR 350 351config SYSC_R8A77961 352 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 353 select SYSC_RCAR 354 |
355config SYSC_R8A779F0 356 bool "System Controller support for R-Car S4-8" if COMPILE_TEST 357 select SYSC_RCAR_GEN4 358 |
|
340config SYSC_R8A7792 341 bool "System Controller support for R-Car V2H" if COMPILE_TEST 342 select SYSC_RCAR 343 344config SYSC_R8A77980 345 bool "System Controller support for R-Car V3H" if COMPILE_TEST 346 select SYSC_RCAR 347 348config SYSC_R8A77970 349 bool "System Controller support for R-Car V3M" if COMPILE_TEST 350 select SYSC_RCAR 351 352config SYSC_R8A779A0 353 bool "System Controller support for R-Car V3U" if COMPILE_TEST | 359config SYSC_R8A7792 360 bool "System Controller support for R-Car V2H" if COMPILE_TEST 361 select SYSC_RCAR 362 363config SYSC_R8A77980 364 bool "System Controller support for R-Car V3H" if COMPILE_TEST 365 select SYSC_RCAR 366 367config SYSC_R8A77970 368 bool "System Controller support for R-Car V3M" if COMPILE_TEST 369 select SYSC_RCAR 370 371config SYSC_R8A779A0 372 bool "System Controller support for R-Car V3U" if COMPILE_TEST |
373 select SYSC_RCAR_GEN4 |
|
354 355config SYSC_RMOBILE 356 bool "System Controller support for R-Mobile" if COMPILE_TEST 357 358config SYSC_R8A77470 359 bool "System Controller support for RZ/G1C" if COMPILE_TEST 360 select SYSC_RCAR 361 --- 29 unchanged lines hidden --- | 374 375config SYSC_RMOBILE 376 bool "System Controller support for R-Mobile" if COMPILE_TEST 377 378config SYSC_R8A77470 379 bool "System Controller support for RZ/G1C" if COMPILE_TEST 380 select SYSC_RCAR 381 --- 29 unchanged lines hidden --- |