Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (f3b154529fb89e9feae18d5e9da40559172d8d19) |
---|---|
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 --- 265 unchanged lines hidden (view full) --- 274 275config ARCH_R8A774B1 276 bool "ARM64 Platform support for RZ/G2N" 277 select ARCH_RCAR_GEN3 278 select SYSC_R8A774B1 279 help 280 This enables support for the Renesas RZ/G2N SoC. 281 | 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 --- 265 unchanged lines hidden (view full) --- 274 275config ARCH_R8A774B1 276 bool "ARM64 Platform support for RZ/G2N" 277 select ARCH_RCAR_GEN3 278 select SYSC_R8A774B1 279 help 280 This enables support for the Renesas RZ/G2N SoC. 281 |
282config ARCH_R9A07G044 283 bool "ARM64 Platform support for RZ/G2L" 284 help 285 This enables support for the Renesas RZ/G2L SoC variants. 286 |
|
282endif # ARM64 283 284config RST_RCAR 285 bool "Reset Controller support for R-Car" if COMPILE_TEST 286 287config SYSC_RCAR 288 bool "System Controller support for R-Car" if COMPILE_TEST 289 --- 91 unchanged lines hidden --- | 287endif # ARM64 288 289config RST_RCAR 290 bool "Reset Controller support for R-Car" if COMPILE_TEST 291 292config SYSC_RCAR 293 bool "System Controller support for R-Car" if COMPILE_TEST 294 --- 91 unchanged lines hidden --- |