Kconfig (e62906d6315f652b80640df0f980086462a4953b) | Kconfig (654d5fdb8923994f5e79a7f0faf722958d1d759f) |
---|---|
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 --- 326 unchanged lines hidden (view full) --- 335config SYSC_R8A77960 336 bool "System Controller support for R-Car M3-W" if COMPILE_TEST 337 select SYSC_RCAR 338 339config SYSC_R8A77961 340 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 341 select SYSC_RCAR 342 | 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 --- 326 unchanged lines hidden (view full) --- 335config SYSC_R8A77960 336 bool "System Controller support for R-Car M3-W" if COMPILE_TEST 337 select SYSC_RCAR 338 339config SYSC_R8A77961 340 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 341 select SYSC_RCAR 342 |
343config SYSC_R8A779F0 344 bool "System Controller support for R-Car S4-8" if COMPILE_TEST 345 select SYSC_RCAR_GEN4 346 |
|
343config SYSC_R8A7792 344 bool "System Controller support for R-Car V2H" if COMPILE_TEST 345 select SYSC_RCAR 346 347config SYSC_R8A77980 348 bool "System Controller support for R-Car V3H" if COMPILE_TEST 349 select SYSC_RCAR 350 --- 44 unchanged lines hidden --- | 347config SYSC_R8A7792 348 bool "System Controller support for R-Car V2H" if COMPILE_TEST 349 select SYSC_RCAR 350 351config SYSC_R8A77980 352 bool "System Controller support for R-Car V3H" if COMPILE_TEST 353 select SYSC_RCAR 354 --- 44 unchanged lines hidden --- |