Kconfig (11c70529983e8136ea1bd5c32e4f9cd14503c644) Kconfig (18ecaaea2174c9494ec1ce354f58846367c29f45)
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 GPIOLIB
6 select PINCTRL
7 select SOC_BUS
8

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

201config ARCH_R8A77990
202 bool "ARM64 Platform support for R-Car E3"
203 select ARCH_RCAR_GEN3
204 select SYSC_R8A77990
205 help
206 This enables support for the Renesas R-Car E3 SoC.
207 This includes different gradings like R-Car E3e.
208
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 GPIOLIB
6 select PINCTRL
7 select SOC_BUS
8

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

201config ARCH_R8A77990
202 bool "ARM64 Platform support for R-Car E3"
203 select ARCH_RCAR_GEN3
204 select SYSC_R8A77990
205 help
206 This enables support for the Renesas R-Car E3 SoC.
207 This includes different gradings like R-Car E3e.
208
209config ARCH_R8A77950
210 bool "ARM64 Platform support for R-Car H3 ES1.x"
211 select ARCH_RCAR_GEN3
212 select SYSC_R8A7795
213 help
214 This enables support for the Renesas R-Car H3 SoC (revision 1.x).
215
216config ARCH_R8A77951
217 bool "ARM64 Platform support for R-Car H3 ES2.0+"
218 select ARCH_RCAR_GEN3
219 select SYSC_R8A7795
220 help
221 This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
222 later).
223 This includes different gradings like R-Car H3e, H3e-2G, and H3Ne.

--- 237 unchanged lines hidden ---
209config ARCH_R8A77951
210 bool "ARM64 Platform support for R-Car H3 ES2.0+"
211 select ARCH_RCAR_GEN3
212 select SYSC_R8A7795
213 help
214 This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
215 later).
216 This includes different gradings like R-Car H3e, H3e-2G, and H3Ne.

--- 237 unchanged lines hidden ---