Kconfig (41a21e578da4986685f013d45454a12457f01180) | Kconfig (ebd0e06f3063cc2e3a689112904b29720579c6d2) |
---|---|
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 --- 319 unchanged lines hidden (view full) --- 328 bool "ARM64 Platform support for RZ/V2M" 329 select PM 330 select PM_GENERIC_DOMAINS 331 help 332 This enables support for the Renesas RZ/V2M SoC. 333 334endif # ARM64 335 | 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 --- 319 unchanged lines hidden (view full) --- 328 bool "ARM64 Platform support for RZ/V2M" 329 select PM 330 select PM_GENERIC_DOMAINS 331 help 332 This enables support for the Renesas RZ/V2M SoC. 333 334endif # ARM64 335 |
336if RISCV 337 338config ARCH_R9A07G043 339 bool "RISC-V Platform support for RZ/Five" 340 select ARCH_RZG2L 341 help 342 This enables support for the Renesas RZ/Five SoC. 343 344endif # RISCV 345 |
|
336config RST_RCAR 337 bool "Reset Controller support for R-Car" if COMPILE_TEST 338 339config SYSC_RCAR 340 bool "System Controller support for R-Car" if COMPILE_TEST 341 342config SYSC_RCAR_GEN4 343 bool "System Controller support for R-Car Gen4" if COMPILE_TEST --- 101 unchanged lines hidden --- | 346config RST_RCAR 347 bool "Reset Controller support for R-Car" if COMPILE_TEST 348 349config SYSC_RCAR 350 bool "System Controller support for R-Car" if COMPILE_TEST 351 352config SYSC_RCAR_GEN4 353 bool "System Controller support for R-Car Gen4" if COMPILE_TEST --- 101 unchanged lines hidden --- |