18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_cimenuconfig SOC_RENESAS
38c2ecf20Sopenharmony_ci	bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
48c2ecf20Sopenharmony_ci	default y if ARCH_RENESAS
58c2ecf20Sopenharmony_ci	select SOC_BUS
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciif SOC_RENESAS
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciconfig ARCH_RCAR_GEN1
108c2ecf20Sopenharmony_ci	bool
118c2ecf20Sopenharmony_ci	select PM
128c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
138c2ecf20Sopenharmony_ci	select RENESAS_INTC_IRQPIN
148c2ecf20Sopenharmony_ci	select RST_RCAR
158c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_TMU
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciconfig ARCH_RCAR_GEN2
188c2ecf20Sopenharmony_ci	bool
198c2ecf20Sopenharmony_ci	select HAVE_ARM_ARCH_TIMER
208c2ecf20Sopenharmony_ci	select PM
218c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
228c2ecf20Sopenharmony_ci	select RENESAS_IRQC
238c2ecf20Sopenharmony_ci	select RST_RCAR
248c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_CMT
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciconfig ARCH_RCAR_GEN3
278c2ecf20Sopenharmony_ci	bool
288c2ecf20Sopenharmony_ci	select PM
298c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
308c2ecf20Sopenharmony_ci	select RENESAS_IRQC
318c2ecf20Sopenharmony_ci	select RST_RCAR
328c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_CMT
338c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_TMU
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ciconfig ARCH_RMOBILE
368c2ecf20Sopenharmony_ci	bool
378c2ecf20Sopenharmony_ci	select PM
388c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
398c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_CMT
408c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_TMU
418c2ecf20Sopenharmony_ci	select SYSC_RMOBILE
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ciconfig ARCH_RZN1
448c2ecf20Sopenharmony_ci	bool
458c2ecf20Sopenharmony_ci	select ARM_AMBA
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciif ARM && ARCH_RENESAS
488c2ecf20Sopenharmony_ci
498c2ecf20Sopenharmony_ci#comment "Renesas ARM SoCs System Type"
508c2ecf20Sopenharmony_ci
518c2ecf20Sopenharmony_ciconfig ARCH_EMEV2
528c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for Emma Mobile EV2"
538c2ecf20Sopenharmony_ci	select HAVE_ARM_SCU if SMP
548c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_EM_STI
558c2ecf20Sopenharmony_ci
568c2ecf20Sopenharmony_ciconfig ARCH_R8A7794
578c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car E2"
588c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
598c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
608c2ecf20Sopenharmony_ci	select SYSC_R8A7794
618c2ecf20Sopenharmony_ci
628c2ecf20Sopenharmony_ciconfig ARCH_R8A7779
638c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car H1"
648c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN1
658c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
668c2ecf20Sopenharmony_ci	select ARM_GLOBAL_TIMER
678c2ecf20Sopenharmony_ci	select HAVE_ARM_SCU if SMP
688c2ecf20Sopenharmony_ci	select HAVE_ARM_TWD if SMP
698c2ecf20Sopenharmony_ci	select SYSC_R8A7779
708c2ecf20Sopenharmony_ci
718c2ecf20Sopenharmony_ciconfig ARCH_R8A7790
728c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car H2"
738c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
748c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
758c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
768c2ecf20Sopenharmony_ci	select I2C
778c2ecf20Sopenharmony_ci	select SYSC_R8A7790
788c2ecf20Sopenharmony_ci
798c2ecf20Sopenharmony_ciconfig ARCH_R8A7778
808c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car M1A"
818c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN1
828c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
838c2ecf20Sopenharmony_ci
848c2ecf20Sopenharmony_ciconfig ARCH_R8A7793
858c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car M2-N"
868c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
878c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
888c2ecf20Sopenharmony_ci	select I2C
898c2ecf20Sopenharmony_ci	select SYSC_R8A7791
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ciconfig ARCH_R8A7791
928c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car M2-W"
938c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
948c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
958c2ecf20Sopenharmony_ci	select I2C
968c2ecf20Sopenharmony_ci	select SYSC_R8A7791
978c2ecf20Sopenharmony_ci
988c2ecf20Sopenharmony_ciconfig ARCH_R8A7792
998c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Car V2H"
1008c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1018c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
1028c2ecf20Sopenharmony_ci	select SYSC_R8A7792
1038c2ecf20Sopenharmony_ci
1048c2ecf20Sopenharmony_ciconfig ARCH_R8A7740
1058c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Mobile A1"
1068c2ecf20Sopenharmony_ci	select ARCH_RMOBILE
1078c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
1088c2ecf20Sopenharmony_ci	select RENESAS_INTC_IRQPIN
1098c2ecf20Sopenharmony_ci
1108c2ecf20Sopenharmony_ciconfig ARCH_R8A73A4
1118c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for R-Mobile APE6"
1128c2ecf20Sopenharmony_ci	select ARCH_RMOBILE
1138c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
1148c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
1158c2ecf20Sopenharmony_ci	select HAVE_ARM_ARCH_TIMER
1168c2ecf20Sopenharmony_ci	select RENESAS_IRQC
1178c2ecf20Sopenharmony_ci
1188c2ecf20Sopenharmony_ciconfig ARCH_R7S72100
1198c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/A1H"
1208c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
1218c2ecf20Sopenharmony_ci	select PM
1228c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
1238c2ecf20Sopenharmony_ci	select RENESAS_OSTM
1248c2ecf20Sopenharmony_ci	select RENESAS_RZA1_IRQC
1258c2ecf20Sopenharmony_ci	select SYS_SUPPORTS_SH_MTU2
1268c2ecf20Sopenharmony_ci
1278c2ecf20Sopenharmony_ciconfig ARCH_R7S9210
1288c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/A2"
1298c2ecf20Sopenharmony_ci	select PM
1308c2ecf20Sopenharmony_ci	select PM_GENERIC_DOMAINS
1318c2ecf20Sopenharmony_ci	select RENESAS_OSTM
1328c2ecf20Sopenharmony_ci	select RENESAS_RZA1_IRQC
1338c2ecf20Sopenharmony_ci
1348c2ecf20Sopenharmony_ciconfig ARCH_R8A77470
1358c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/G1C"
1368c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1378c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
1388c2ecf20Sopenharmony_ci	select SYSC_R8A77470
1398c2ecf20Sopenharmony_ci
1408c2ecf20Sopenharmony_ciconfig ARCH_R8A7745
1418c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/G1E"
1428c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1438c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
1448c2ecf20Sopenharmony_ci	select SYSC_R8A7745
1458c2ecf20Sopenharmony_ci
1468c2ecf20Sopenharmony_ciconfig ARCH_R8A7742
1478c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/G1H"
1488c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1498c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
1508c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
1518c2ecf20Sopenharmony_ci	select SYSC_R8A7742
1528c2ecf20Sopenharmony_ci
1538c2ecf20Sopenharmony_ciconfig ARCH_R8A7743
1548c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/G1M"
1558c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1568c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
1578c2ecf20Sopenharmony_ci	select SYSC_R8A7743
1588c2ecf20Sopenharmony_ci
1598c2ecf20Sopenharmony_ciconfig ARCH_R8A7744
1608c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/G1N"
1618c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN2
1628c2ecf20Sopenharmony_ci	select ARM_ERRATA_798181 if SMP
1638c2ecf20Sopenharmony_ci	select SYSC_R8A7743
1648c2ecf20Sopenharmony_ci
1658c2ecf20Sopenharmony_ciconfig ARCH_R9A06G032
1668c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for RZ/N1D"
1678c2ecf20Sopenharmony_ci	select ARCH_RZN1
1688c2ecf20Sopenharmony_ci	select ARM_ERRATA_814220
1698c2ecf20Sopenharmony_ci
1708c2ecf20Sopenharmony_ciconfig ARCH_SH73A0
1718c2ecf20Sopenharmony_ci	bool "ARM32 Platform support for SH-Mobile AG5"
1728c2ecf20Sopenharmony_ci	select ARCH_RMOBILE
1738c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
1748c2ecf20Sopenharmony_ci	select ARM_GLOBAL_TIMER
1758c2ecf20Sopenharmony_ci	select HAVE_ARM_SCU if SMP
1768c2ecf20Sopenharmony_ci	select HAVE_ARM_TWD if SMP
1778c2ecf20Sopenharmony_ci	select RENESAS_INTC_IRQPIN
1788c2ecf20Sopenharmony_ci
1798c2ecf20Sopenharmony_ciendif # ARM
1808c2ecf20Sopenharmony_ci
1818c2ecf20Sopenharmony_ciif ARM64
1828c2ecf20Sopenharmony_ci
1838c2ecf20Sopenharmony_ciconfig ARCH_R8A77995
1848c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car D3"
1858c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
1868c2ecf20Sopenharmony_ci	select SYSC_R8A77995
1878c2ecf20Sopenharmony_ci	help
1888c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car D3 SoC.
1898c2ecf20Sopenharmony_ci
1908c2ecf20Sopenharmony_ciconfig ARCH_R8A77990
1918c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car E3"
1928c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
1938c2ecf20Sopenharmony_ci	select SYSC_R8A77990
1948c2ecf20Sopenharmony_ci	help
1958c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car E3 SoC.
1968c2ecf20Sopenharmony_ci
1978c2ecf20Sopenharmony_ciconfig ARCH_R8A77950
1988c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car H3 ES1.x"
1998c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2008c2ecf20Sopenharmony_ci	select SYSC_R8A7795
2018c2ecf20Sopenharmony_ci	help
2028c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car H3 SoC (revision 1.x).
2038c2ecf20Sopenharmony_ci
2048c2ecf20Sopenharmony_ciconfig ARCH_R8A77951
2058c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car H3 ES2.0+"
2068c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2078c2ecf20Sopenharmony_ci	select SYSC_R8A7795
2088c2ecf20Sopenharmony_ci	help
2098c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
2108c2ecf20Sopenharmony_ci	  later).
2118c2ecf20Sopenharmony_ci
2128c2ecf20Sopenharmony_ciconfig ARCH_R8A77965
2138c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car M3-N"
2148c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2158c2ecf20Sopenharmony_ci	select SYSC_R8A77965
2168c2ecf20Sopenharmony_ci	help
2178c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car M3-N SoC.
2188c2ecf20Sopenharmony_ci
2198c2ecf20Sopenharmony_ciconfig ARCH_R8A77960
2208c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car M3-W"
2218c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2228c2ecf20Sopenharmony_ci	select SYSC_R8A77960
2238c2ecf20Sopenharmony_ci	help
2248c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car M3-W SoC.
2258c2ecf20Sopenharmony_ci
2268c2ecf20Sopenharmony_ciconfig ARCH_R8A77961
2278c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car M3-W+"
2288c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2298c2ecf20Sopenharmony_ci	select SYSC_R8A77961
2308c2ecf20Sopenharmony_ci	help
2318c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car M3-W+ SoC.
2328c2ecf20Sopenharmony_ci
2338c2ecf20Sopenharmony_ciconfig ARCH_R8A77980
2348c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car V3H"
2358c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2368c2ecf20Sopenharmony_ci	select SYSC_R8A77980
2378c2ecf20Sopenharmony_ci	help
2388c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car V3H SoC.
2398c2ecf20Sopenharmony_ci
2408c2ecf20Sopenharmony_ciconfig ARCH_R8A77970
2418c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car V3M"
2428c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2438c2ecf20Sopenharmony_ci	select SYSC_R8A77970
2448c2ecf20Sopenharmony_ci	help
2458c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car V3M SoC.
2468c2ecf20Sopenharmony_ci
2478c2ecf20Sopenharmony_ciconfig ARCH_R8A779A0
2488c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for R-Car V3U"
2498c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2508c2ecf20Sopenharmony_ci	select SYSC_R8A779A0
2518c2ecf20Sopenharmony_ci	help
2528c2ecf20Sopenharmony_ci	  This enables support for the Renesas R-Car V3U SoC.
2538c2ecf20Sopenharmony_ci
2548c2ecf20Sopenharmony_ciconfig ARCH_R8A774C0
2558c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for RZ/G2E"
2568c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2578c2ecf20Sopenharmony_ci	select SYSC_R8A774C0
2588c2ecf20Sopenharmony_ci	help
2598c2ecf20Sopenharmony_ci	  This enables support for the Renesas RZ/G2E SoC.
2608c2ecf20Sopenharmony_ci
2618c2ecf20Sopenharmony_ciconfig ARCH_R8A774E1
2628c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for RZ/G2H"
2638c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2648c2ecf20Sopenharmony_ci	select SYSC_R8A774E1
2658c2ecf20Sopenharmony_ci	help
2668c2ecf20Sopenharmony_ci	  This enables support for the Renesas RZ/G2H SoC.
2678c2ecf20Sopenharmony_ci
2688c2ecf20Sopenharmony_ciconfig ARCH_R8A774A1
2698c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for RZ/G2M"
2708c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2718c2ecf20Sopenharmony_ci	select SYSC_R8A774A1
2728c2ecf20Sopenharmony_ci	help
2738c2ecf20Sopenharmony_ci	  This enables support for the Renesas RZ/G2M SoC.
2748c2ecf20Sopenharmony_ci
2758c2ecf20Sopenharmony_ciconfig ARCH_R8A774B1
2768c2ecf20Sopenharmony_ci	bool "ARM64 Platform support for RZ/G2N"
2778c2ecf20Sopenharmony_ci	select ARCH_RCAR_GEN3
2788c2ecf20Sopenharmony_ci	select SYSC_R8A774B1
2798c2ecf20Sopenharmony_ci	help
2808c2ecf20Sopenharmony_ci	  This enables support for the Renesas RZ/G2N SoC.
2818c2ecf20Sopenharmony_ci
2828c2ecf20Sopenharmony_ciendif # ARM64
2838c2ecf20Sopenharmony_ci
2848c2ecf20Sopenharmony_ciconfig RST_RCAR
2858c2ecf20Sopenharmony_ci	bool "Reset Controller support for R-Car" if COMPILE_TEST
2868c2ecf20Sopenharmony_ci
2878c2ecf20Sopenharmony_ciconfig SYSC_RCAR
2888c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car" if COMPILE_TEST
2898c2ecf20Sopenharmony_ci
2908c2ecf20Sopenharmony_ciconfig SYSC_R8A77995
2918c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car D3" if COMPILE_TEST
2928c2ecf20Sopenharmony_ci	select SYSC_RCAR
2938c2ecf20Sopenharmony_ci
2948c2ecf20Sopenharmony_ciconfig SYSC_R8A7794
2958c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car E2" if COMPILE_TEST
2968c2ecf20Sopenharmony_ci	select SYSC_RCAR
2978c2ecf20Sopenharmony_ci
2988c2ecf20Sopenharmony_ciconfig SYSC_R8A77990
2998c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car E3" if COMPILE_TEST
3008c2ecf20Sopenharmony_ci	select SYSC_RCAR
3018c2ecf20Sopenharmony_ci
3028c2ecf20Sopenharmony_ciconfig SYSC_R8A7779
3038c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car H1" if COMPILE_TEST
3048c2ecf20Sopenharmony_ci	select SYSC_RCAR
3058c2ecf20Sopenharmony_ci
3068c2ecf20Sopenharmony_ciconfig SYSC_R8A7790
3078c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car H2" if COMPILE_TEST
3088c2ecf20Sopenharmony_ci	select SYSC_RCAR
3098c2ecf20Sopenharmony_ci
3108c2ecf20Sopenharmony_ciconfig SYSC_R8A7795
3118c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car H3" if COMPILE_TEST
3128c2ecf20Sopenharmony_ci	select SYSC_RCAR
3138c2ecf20Sopenharmony_ci
3148c2ecf20Sopenharmony_ciconfig SYSC_R8A7791
3158c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST
3168c2ecf20Sopenharmony_ci	select SYSC_RCAR
3178c2ecf20Sopenharmony_ci
3188c2ecf20Sopenharmony_ciconfig SYSC_R8A77965
3198c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car M3-N" if COMPILE_TEST
3208c2ecf20Sopenharmony_ci	select SYSC_RCAR
3218c2ecf20Sopenharmony_ci
3228c2ecf20Sopenharmony_ciconfig SYSC_R8A77960
3238c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car M3-W" if COMPILE_TEST
3248c2ecf20Sopenharmony_ci	select SYSC_RCAR
3258c2ecf20Sopenharmony_ci
3268c2ecf20Sopenharmony_ciconfig SYSC_R8A77961
3278c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car M3-W+" if COMPILE_TEST
3288c2ecf20Sopenharmony_ci	select SYSC_RCAR
3298c2ecf20Sopenharmony_ci
3308c2ecf20Sopenharmony_ciconfig SYSC_R8A7792
3318c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car V2H" if COMPILE_TEST
3328c2ecf20Sopenharmony_ci	select SYSC_RCAR
3338c2ecf20Sopenharmony_ci
3348c2ecf20Sopenharmony_ciconfig SYSC_R8A77980
3358c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car V3H" if COMPILE_TEST
3368c2ecf20Sopenharmony_ci	select SYSC_RCAR
3378c2ecf20Sopenharmony_ci
3388c2ecf20Sopenharmony_ciconfig SYSC_R8A77970
3398c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car V3M" if COMPILE_TEST
3408c2ecf20Sopenharmony_ci	select SYSC_RCAR
3418c2ecf20Sopenharmony_ci
3428c2ecf20Sopenharmony_ciconfig SYSC_R8A779A0
3438c2ecf20Sopenharmony_ci	bool "System Controller support for R-Car V3U" if COMPILE_TEST
3448c2ecf20Sopenharmony_ci
3458c2ecf20Sopenharmony_ciconfig SYSC_RMOBILE
3468c2ecf20Sopenharmony_ci	bool "System Controller support for R-Mobile" if COMPILE_TEST
3478c2ecf20Sopenharmony_ci
3488c2ecf20Sopenharmony_ciconfig SYSC_R8A77470
3498c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G1C" if COMPILE_TEST
3508c2ecf20Sopenharmony_ci	select SYSC_RCAR
3518c2ecf20Sopenharmony_ci
3528c2ecf20Sopenharmony_ciconfig SYSC_R8A7745
3538c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G1E" if COMPILE_TEST
3548c2ecf20Sopenharmony_ci	select SYSC_RCAR
3558c2ecf20Sopenharmony_ci
3568c2ecf20Sopenharmony_ciconfig SYSC_R8A7742
3578c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G1H" if COMPILE_TEST
3588c2ecf20Sopenharmony_ci	select SYSC_RCAR
3598c2ecf20Sopenharmony_ci
3608c2ecf20Sopenharmony_ciconfig SYSC_R8A7743
3618c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G1M" if COMPILE_TEST
3628c2ecf20Sopenharmony_ci	select SYSC_RCAR
3638c2ecf20Sopenharmony_ci
3648c2ecf20Sopenharmony_ciconfig SYSC_R8A774C0
3658c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G2E" if COMPILE_TEST
3668c2ecf20Sopenharmony_ci	select SYSC_RCAR
3678c2ecf20Sopenharmony_ci
3688c2ecf20Sopenharmony_ciconfig SYSC_R8A774E1
3698c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G2H" if COMPILE_TEST
3708c2ecf20Sopenharmony_ci	select SYSC_RCAR
3718c2ecf20Sopenharmony_ci
3728c2ecf20Sopenharmony_ciconfig SYSC_R8A774A1
3738c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G2M" if COMPILE_TEST
3748c2ecf20Sopenharmony_ci	select SYSC_RCAR
3758c2ecf20Sopenharmony_ci
3768c2ecf20Sopenharmony_ciconfig SYSC_R8A774B1
3778c2ecf20Sopenharmony_ci	bool "System Controller support for RZ/G2N" if COMPILE_TEST
3788c2ecf20Sopenharmony_ci	select SYSC_RCAR
3798c2ecf20Sopenharmony_ci
3808c2ecf20Sopenharmony_ciendif # SOC_RENESAS
381