141c4567cSKuninori Morimoto# SPDX-License-Identifier: GPL-2.0 2928bfbc6SKuninori Morimotomenuconfig SOC_RENESAS 38be381a1SGeert Uytterhoeven bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS 48be381a1SGeert Uytterhoeven default y if ARCH_RENESAS 5b3acbca3SLad Prabhakar select GPIOLIB 6b3acbca3SLad Prabhakar select PINCTRL 78be381a1SGeert Uytterhoeven select SOC_BUS 88be381a1SGeert Uytterhoeven 98be381a1SGeert Uytterhoevenif SOC_RENESAS 108be381a1SGeert Uytterhoeven 11062887bfSGeert Uytterhoevenconfig ARCH_RCAR_GEN1 12062887bfSGeert Uytterhoeven bool 13062887bfSGeert Uytterhoeven select PM 14062887bfSGeert Uytterhoeven select PM_GENERIC_DOMAINS 15062887bfSGeert Uytterhoeven select RENESAS_INTC_IRQPIN 16062887bfSGeert Uytterhoeven select RST_RCAR 17062887bfSGeert Uytterhoeven select SYS_SUPPORTS_SH_TMU 18062887bfSGeert Uytterhoeven 19062887bfSGeert Uytterhoevenconfig ARCH_RCAR_GEN2 20062887bfSGeert Uytterhoeven bool 21062887bfSGeert Uytterhoeven select HAVE_ARM_ARCH_TIMER 22062887bfSGeert Uytterhoeven select PM 23062887bfSGeert Uytterhoeven select PM_GENERIC_DOMAINS 24062887bfSGeert Uytterhoeven select RENESAS_IRQC 25062887bfSGeert Uytterhoeven select RST_RCAR 26062887bfSGeert Uytterhoeven select SYS_SUPPORTS_SH_CMT 27062887bfSGeert Uytterhoeven 28fa43948fSGeert Uytterhoevenconfig ARCH_RCAR_GEN3 29fa43948fSGeert Uytterhoeven bool 30fa43948fSGeert Uytterhoeven select PM 31fa43948fSGeert Uytterhoeven select PM_GENERIC_DOMAINS 32fa43948fSGeert Uytterhoeven select RENESAS_IRQC 33fa43948fSGeert Uytterhoeven select RST_RCAR 34fa43948fSGeert Uytterhoeven select SYS_SUPPORTS_SH_CMT 35fa43948fSGeert Uytterhoeven select SYS_SUPPORTS_SH_TMU 36fa43948fSGeert Uytterhoeven 37ae286bd7SGeert Uytterhoevenconfig ARCH_RCAR_GEN4 38ae286bd7SGeert Uytterhoeven bool 39ae286bd7SGeert Uytterhoeven select ARCH_RCAR_GEN3 40ae286bd7SGeert Uytterhoeven 41062887bfSGeert Uytterhoevenconfig ARCH_RMOBILE 42062887bfSGeert Uytterhoeven bool 432ed29e15SGeert Uytterhoeven select PM 442ed29e15SGeert Uytterhoeven select PM_GENERIC_DOMAINS 45062887bfSGeert Uytterhoeven select SYS_SUPPORTS_SH_CMT 46062887bfSGeert Uytterhoeven select SYS_SUPPORTS_SH_TMU 472ed29e15SGeert Uytterhoeven select SYSC_RMOBILE 48062887bfSGeert Uytterhoeven 49088659adSLad Prabhakarconfig ARCH_RZG2L 50088659adSLad Prabhakar bool 51088659adSLad Prabhakar select PM 52088659adSLad Prabhakar select PM_GENERIC_DOMAINS 5341a21e57SLad Prabhakar select RENESAS_RZG2L_IRQC 54088659adSLad Prabhakar 55062887bfSGeert Uytterhoevenconfig ARCH_RZN1 56062887bfSGeert Uytterhoeven bool 5714f11da7SHerve Codina select PM 5814f11da7SHerve Codina select PM_GENERIC_DOMAINS 59062887bfSGeert Uytterhoeven select ARM_AMBA 60062887bfSGeert Uytterhoeven 618070ba63SArnd Bergmannif ARM && ARCH_RENESAS 62062887bfSGeert Uytterhoeven 63062887bfSGeert Uytterhoeven#comment "Renesas ARM SoCs System Type" 64062887bfSGeert Uytterhoeven 65062887bfSGeert Uytterhoevenconfig ARCH_EMEV2 668fae6758SKuninori Morimoto bool "ARM32 Platform support for Emma Mobile EV2" 67062887bfSGeert Uytterhoeven select HAVE_ARM_SCU if SMP 68062887bfSGeert Uytterhoeven select SYS_SUPPORTS_EM_STI 69062887bfSGeert Uytterhoeven 706d5aded8SKuninori Morimotoconfig ARCH_R8A7794 716d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car E2" 726d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 736d5aded8SKuninori Morimoto select ARM_ERRATA_814220 746d5aded8SKuninori Morimoto select SYSC_R8A7794 756d5aded8SKuninori Morimoto 766d5aded8SKuninori Morimotoconfig ARCH_R8A7779 776d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car H1" 786d5aded8SKuninori Morimoto select ARCH_RCAR_GEN1 796d5aded8SKuninori Morimoto select ARM_ERRATA_754322 806d5aded8SKuninori Morimoto select ARM_GLOBAL_TIMER 816d5aded8SKuninori Morimoto select HAVE_ARM_SCU if SMP 826d5aded8SKuninori Morimoto select HAVE_ARM_TWD if SMP 836d5aded8SKuninori Morimoto select SYSC_R8A7779 846d5aded8SKuninori Morimoto 856d5aded8SKuninori Morimotoconfig ARCH_R8A7790 866d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car H2" 876d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 886d5aded8SKuninori Morimoto select ARM_ERRATA_798181 if SMP 896d5aded8SKuninori Morimoto select ARM_ERRATA_814220 906d5aded8SKuninori Morimoto select I2C 916d5aded8SKuninori Morimoto select SYSC_R8A7790 926d5aded8SKuninori Morimoto 936d5aded8SKuninori Morimotoconfig ARCH_R8A7778 946d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car M1A" 956d5aded8SKuninori Morimoto select ARCH_RCAR_GEN1 966d5aded8SKuninori Morimoto select ARM_ERRATA_754322 976d5aded8SKuninori Morimoto 986d5aded8SKuninori Morimotoconfig ARCH_R8A7793 996d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car M2-N" 1006d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 1016d5aded8SKuninori Morimoto select ARM_ERRATA_798181 if SMP 1026d5aded8SKuninori Morimoto select I2C 1036d5aded8SKuninori Morimoto select SYSC_R8A7791 1046d5aded8SKuninori Morimoto 1056d5aded8SKuninori Morimotoconfig ARCH_R8A7791 1066d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car M2-W" 1076d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 1086d5aded8SKuninori Morimoto select ARM_ERRATA_798181 if SMP 1096d5aded8SKuninori Morimoto select I2C 1106d5aded8SKuninori Morimoto select SYSC_R8A7791 1116d5aded8SKuninori Morimoto 1126d5aded8SKuninori Morimotoconfig ARCH_R8A7792 1136d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Car V2H" 1146d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 1156d5aded8SKuninori Morimoto select ARM_ERRATA_798181 if SMP 1166d5aded8SKuninori Morimoto select SYSC_R8A7792 1176d5aded8SKuninori Morimoto 1186d5aded8SKuninori Morimotoconfig ARCH_R8A7740 1196d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Mobile A1" 1206d5aded8SKuninori Morimoto select ARCH_RMOBILE 1216d5aded8SKuninori Morimoto select ARM_ERRATA_754322 1226d5aded8SKuninori Morimoto select RENESAS_INTC_IRQPIN 1236d5aded8SKuninori Morimoto 1246d5aded8SKuninori Morimotoconfig ARCH_R8A73A4 1256d5aded8SKuninori Morimoto bool "ARM32 Platform support for R-Mobile APE6" 1266d5aded8SKuninori Morimoto select ARCH_RMOBILE 1276d5aded8SKuninori Morimoto select ARM_ERRATA_798181 if SMP 1286d5aded8SKuninori Morimoto select ARM_ERRATA_814220 1296d5aded8SKuninori Morimoto select HAVE_ARM_ARCH_TIMER 1306d5aded8SKuninori Morimoto select RENESAS_IRQC 1316d5aded8SKuninori Morimoto 132062887bfSGeert Uytterhoevenconfig ARCH_R7S72100 1338fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/A1H" 1342eced460SGeert Uytterhoeven select ARM_ERRATA_754322 135062887bfSGeert Uytterhoeven select PM 136062887bfSGeert Uytterhoeven select PM_GENERIC_DOMAINS 137062887bfSGeert Uytterhoeven select RENESAS_OSTM 13802af9f90SGeert Uytterhoeven select RENESAS_RZA1_IRQC 13902af9f90SGeert Uytterhoeven select SYS_SUPPORTS_SH_MTU2 140062887bfSGeert Uytterhoeven 141062887bfSGeert Uytterhoevenconfig ARCH_R7S9210 1428fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/A2" 143062887bfSGeert Uytterhoeven select PM 144062887bfSGeert Uytterhoeven select PM_GENERIC_DOMAINS 145062887bfSGeert Uytterhoeven select RENESAS_OSTM 14602af9f90SGeert Uytterhoeven select RENESAS_RZA1_IRQC 147062887bfSGeert Uytterhoeven 1486d5aded8SKuninori Morimotoconfig ARCH_R8A77470 1496d5aded8SKuninori Morimoto bool "ARM32 Platform support for RZ/G1C" 1506d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 151435dce2dSGeert Uytterhoeven select ARM_ERRATA_814220 1526d5aded8SKuninori Morimoto select SYSC_R8A77470 153062887bfSGeert Uytterhoeven 1546d5aded8SKuninori Morimotoconfig ARCH_R8A7745 1556d5aded8SKuninori Morimoto bool "ARM32 Platform support for RZ/G1E" 1566d5aded8SKuninori Morimoto select ARCH_RCAR_GEN2 1576d5aded8SKuninori Morimoto select ARM_ERRATA_814220 1586d5aded8SKuninori Morimoto select SYSC_R8A7745 159062887bfSGeert Uytterhoeven 160cdc8abe7SLad Prabhakarconfig ARCH_R8A7742 1618fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/G1H" 162cdc8abe7SLad Prabhakar select ARCH_RCAR_GEN2 163cdc8abe7SLad Prabhakar select ARM_ERRATA_798181 if SMP 164cdc8abe7SLad Prabhakar select ARM_ERRATA_814220 165cdc8abe7SLad Prabhakar select SYSC_R8A7742 166cdc8abe7SLad Prabhakar 167062887bfSGeert Uytterhoevenconfig ARCH_R8A7743 1688fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/G1M" 169062887bfSGeert Uytterhoeven select ARCH_RCAR_GEN2 170062887bfSGeert Uytterhoeven select ARM_ERRATA_798181 if SMP 171062887bfSGeert Uytterhoeven select SYSC_R8A7743 172062887bfSGeert Uytterhoeven 173062887bfSGeert Uytterhoevenconfig ARCH_R8A7744 1748fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/G1N" 175062887bfSGeert Uytterhoeven select ARCH_RCAR_GEN2 176062887bfSGeert Uytterhoeven select ARM_ERRATA_798181 if SMP 177062887bfSGeert Uytterhoeven select SYSC_R8A7743 178062887bfSGeert Uytterhoeven 179062887bfSGeert Uytterhoevenconfig ARCH_R9A06G032 1808fae6758SKuninori Morimoto bool "ARM32 Platform support for RZ/N1D" 181062887bfSGeert Uytterhoeven select ARCH_RZN1 182435dce2dSGeert Uytterhoeven select ARM_ERRATA_814220 183062887bfSGeert Uytterhoeven 184062887bfSGeert Uytterhoevenconfig ARCH_SH73A0 1858fae6758SKuninori Morimoto bool "ARM32 Platform support for SH-Mobile AG5" 186062887bfSGeert Uytterhoeven select ARCH_RMOBILE 1872eced460SGeert Uytterhoeven select ARM_ERRATA_754322 188408324a3SGeert Uytterhoeven select ARM_GLOBAL_TIMER 189062887bfSGeert Uytterhoeven select HAVE_ARM_SCU if SMP 190062887bfSGeert Uytterhoeven select HAVE_ARM_TWD if SMP 191062887bfSGeert Uytterhoeven select RENESAS_INTC_IRQPIN 192062887bfSGeert Uytterhoeven 193062887bfSGeert Uytterhoevenendif # ARM 194062887bfSGeert Uytterhoeven 195fa43948fSGeert Uytterhoevenif ARM64 196fa43948fSGeert Uytterhoeven 1976d5aded8SKuninori Morimotoconfig ARCH_R8A77995 1986d5aded8SKuninori Morimoto bool "ARM64 Platform support for R-Car D3" 199fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 2006d5aded8SKuninori Morimoto select SYSC_R8A77995 201fa43948fSGeert Uytterhoeven help 2026d5aded8SKuninori Morimoto This enables support for the Renesas R-Car D3 SoC. 2032ed1e481SGeert Uytterhoeven This includes different gradings like R-Car D3e. 204fa43948fSGeert Uytterhoeven 2056d5aded8SKuninori Morimotoconfig ARCH_R8A77990 2066d5aded8SKuninori Morimoto bool "ARM64 Platform support for R-Car E3" 207d634055cSBiju Das select ARCH_RCAR_GEN3 2086d5aded8SKuninori Morimoto select SYSC_R8A77990 209d634055cSBiju Das help 2106d5aded8SKuninori Morimoto This enables support for the Renesas R-Car E3 SoC. 2112ed1e481SGeert Uytterhoeven This includes different gradings like R-Car E3e. 212b88fc411SMarian-Cristian Rotariu 2134ff27112SGeert Uytterhoevenconfig ARCH_R8A77951 2148fae6758SKuninori Morimoto bool "ARM64 Platform support for R-Car H3 ES2.0+" 2154ff27112SGeert Uytterhoeven select ARCH_RCAR_GEN3 2164ff27112SGeert Uytterhoeven select SYSC_R8A7795 2174ff27112SGeert Uytterhoeven help 2184ff27112SGeert Uytterhoeven This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and 2194ff27112SGeert Uytterhoeven later). 2202ed1e481SGeert Uytterhoeven This includes different gradings like R-Car H3e, H3e-2G, and H3Ne. 221fa43948fSGeert Uytterhoeven 2226d5aded8SKuninori Morimotoconfig ARCH_R8A77965 2236d5aded8SKuninori Morimoto bool "ARM64 Platform support for R-Car M3-N" 2246d5aded8SKuninori Morimoto select ARCH_RCAR_GEN3 2256d5aded8SKuninori Morimoto select SYSC_R8A77965 2266d5aded8SKuninori Morimoto help 2276d5aded8SKuninori Morimoto This enables support for the Renesas R-Car M3-N SoC. 2282ed1e481SGeert Uytterhoeven This includes different gradings like R-Car M3Ne and M3Ne-2G. 2296d5aded8SKuninori Morimoto 23039e57e14SGeert Uytterhoevenconfig ARCH_R8A77960 2318fae6758SKuninori Morimoto bool "ARM64 Platform support for R-Car M3-W" 232fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 233f79edb17SGeert Uytterhoeven select SYSC_R8A77960 234fa43948fSGeert Uytterhoeven help 235fa43948fSGeert Uytterhoeven This enables support for the Renesas R-Car M3-W SoC. 236fa43948fSGeert Uytterhoeven 237cadadde2SGeert Uytterhoevenconfig ARCH_R8A77961 2388fae6758SKuninori Morimoto bool "ARM64 Platform support for R-Car M3-W+" 239cadadde2SGeert Uytterhoeven select ARCH_RCAR_GEN3 240bdde3d3eSGeert Uytterhoeven select SYSC_R8A77961 241cadadde2SGeert Uytterhoeven help 242cadadde2SGeert Uytterhoeven This enables support for the Renesas R-Car M3-W+ SoC. 2432ed1e481SGeert Uytterhoeven This includes different gradings like R-Car M3e and M3e-2G. 244cadadde2SGeert Uytterhoeven 24597116335SYoshihiro Shimodaconfig ARCH_R8A779F0 24697116335SYoshihiro Shimoda bool "ARM64 Platform support for R-Car S4-8" 247ae286bd7SGeert Uytterhoeven select ARCH_RCAR_GEN4 24897116335SYoshihiro Shimoda select SYSC_R8A779F0 24997116335SYoshihiro Shimoda help 25097116335SYoshihiro Shimoda This enables support for the Renesas R-Car S4-8 SoC. 25197116335SYoshihiro Shimoda 2526d5aded8SKuninori Morimotoconfig ARCH_R8A77980 2536d5aded8SKuninori Morimoto bool "ARM64 Platform support for R-Car V3H" 254fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 2556d5aded8SKuninori Morimoto select SYSC_R8A77980 256fa43948fSGeert Uytterhoeven help 2576d5aded8SKuninori Morimoto This enables support for the Renesas R-Car V3H SoC. 258fa43948fSGeert Uytterhoeven 259fa43948fSGeert Uytterhoevenconfig ARCH_R8A77970 2608fae6758SKuninori Morimoto bool "ARM64 Platform support for R-Car V3M" 261fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 262fa43948fSGeert Uytterhoeven select SYSC_R8A77970 263fa43948fSGeert Uytterhoeven help 264fa43948fSGeert Uytterhoeven This enables support for the Renesas R-Car V3M SoC. 265fa43948fSGeert Uytterhoeven 266090e87e7SYoshihiro Shimodaconfig ARCH_R8A779A0 267090e87e7SYoshihiro Shimoda bool "ARM64 Platform support for R-Car V3U" 268ae286bd7SGeert Uytterhoeven select ARCH_RCAR_GEN4 2691b4298f0SYoshihiro Shimoda select SYSC_R8A779A0 270090e87e7SYoshihiro Shimoda help 271090e87e7SYoshihiro Shimoda This enables support for the Renesas R-Car V3U SoC. 272090e87e7SYoshihiro Shimoda 27387ab58e1SYoshihiro Shimodaconfig ARCH_R8A779G0 27487ab58e1SYoshihiro Shimoda bool "ARM64 Platform support for R-Car V4H" 275ae286bd7SGeert Uytterhoeven select ARCH_RCAR_GEN4 27687ab58e1SYoshihiro Shimoda select SYSC_R8A779G0 27787ab58e1SYoshihiro Shimoda help 27887ab58e1SYoshihiro Shimoda This enables support for the Renesas R-Car V4H SoC. 27987ab58e1SYoshihiro Shimoda 2802969768dSDuy Nguyenconfig ARCH_R8A779H0 2812969768dSDuy Nguyen bool "ARM64 Platform support for R-Car V4M" 2822969768dSDuy Nguyen select ARCH_RCAR_GEN4 2832969768dSDuy Nguyen select SYSC_R8A779H0 2842969768dSDuy Nguyen help 2852969768dSDuy Nguyen This enables support for the Renesas R-Car V4M SoC. 2862969768dSDuy Nguyen 2876d5aded8SKuninori Morimotoconfig ARCH_R8A774C0 2886d5aded8SKuninori Morimoto bool "ARM64 Platform support for RZ/G2E" 289fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 2906d5aded8SKuninori Morimoto select SYSC_R8A774C0 291fa43948fSGeert Uytterhoeven help 2926d5aded8SKuninori Morimoto This enables support for the Renesas RZ/G2E SoC. 293fa43948fSGeert Uytterhoeven 2946d5aded8SKuninori Morimotoconfig ARCH_R8A774E1 2956d5aded8SKuninori Morimoto bool "ARM64 Platform support for RZ/G2H" 296fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 2976d5aded8SKuninori Morimoto select SYSC_R8A774E1 298fa43948fSGeert Uytterhoeven help 2996d5aded8SKuninori Morimoto This enables support for the Renesas RZ/G2H SoC. 300fa43948fSGeert Uytterhoeven 3016d5aded8SKuninori Morimotoconfig ARCH_R8A774A1 3026d5aded8SKuninori Morimoto bool "ARM64 Platform support for RZ/G2M" 303fa43948fSGeert Uytterhoeven select ARCH_RCAR_GEN3 3046d5aded8SKuninori Morimoto select SYSC_R8A774A1 305fa43948fSGeert Uytterhoeven help 3066d5aded8SKuninori Morimoto This enables support for the Renesas RZ/G2M SoC. 3076d5aded8SKuninori Morimoto 3086d5aded8SKuninori Morimotoconfig ARCH_R8A774B1 3096d5aded8SKuninori Morimoto bool "ARM64 Platform support for RZ/G2N" 3106d5aded8SKuninori Morimoto select ARCH_RCAR_GEN3 3116d5aded8SKuninori Morimoto select SYSC_R8A774B1 3126d5aded8SKuninori Morimoto help 3136d5aded8SKuninori Morimoto This enables support for the Renesas RZ/G2N SoC. 314fa43948fSGeert Uytterhoeven 3152f89bef9SBiju Dasconfig ARCH_R9A07G043 3162f89bef9SBiju Das bool "ARM64 Platform support for RZ/G2UL" 3172f89bef9SBiju Das select ARCH_RZG2L 3182f89bef9SBiju Das help 3192f89bef9SBiju Das This enables support for the Renesas RZ/G2UL SoC variants. 3202f89bef9SBiju Das 321f3b15452SLad Prabhakarconfig ARCH_R9A07G044 322f3b15452SLad Prabhakar bool "ARM64 Platform support for RZ/G2L" 323088659adSLad Prabhakar select ARCH_RZG2L 324f3b15452SLad Prabhakar help 325f3b15452SLad Prabhakar This enables support for the Renesas RZ/G2L SoC variants. 326f3b15452SLad Prabhakar 327860122d8SBiju Dasconfig ARCH_R9A07G054 328860122d8SBiju Das bool "ARM64 Platform support for RZ/V2L" 329088659adSLad Prabhakar select ARCH_RZG2L 330860122d8SBiju Das help 331860122d8SBiju Das This enables support for the Renesas RZ/V2L SoC variants. 332860122d8SBiju Das 3330b9729cdSClaudiu Bezneaconfig ARCH_R9A08G045 3340b9729cdSClaudiu Beznea bool "ARM64 Platform support for RZ/G3S" 3350b9729cdSClaudiu Beznea select ARCH_RZG2L 3360b9729cdSClaudiu Beznea help 3370b9729cdSClaudiu Beznea This enables support for the Renesas RZ/G3S SoC variants. 3380b9729cdSClaudiu Beznea 339068eb5a9SPhil Edworthyconfig ARCH_R9A09G011 340068eb5a9SPhil Edworthy bool "ARM64 Platform support for RZ/V2M" 341068eb5a9SPhil Edworthy select PM 342068eb5a9SPhil Edworthy select PM_GENERIC_DOMAINS 3430c56f949SFabrizio Castro select PWC_RZV2M 344068eb5a9SPhil Edworthy help 345068eb5a9SPhil Edworthy This enables support for the Renesas RZ/V2M SoC. 346068eb5a9SPhil Edworthy 347*0be9a322SLad Prabhakarconfig ARCH_R9A09G057 348*0be9a322SLad Prabhakar bool "ARM64 Platform support for RZ/V2H(P)" 349*0be9a322SLad Prabhakar help 350*0be9a322SLad Prabhakar This enables support for the Renesas RZ/V2H(P) SoC variants. 351*0be9a322SLad Prabhakar 352fa43948fSGeert Uytterhoevenendif # ARM64 353fa43948fSGeert Uytterhoeven 354ebd0e06fSLad Prabhakarif RISCV 355ebd0e06fSLad Prabhakar 356ebd0e06fSLad Prabhakarconfig ARCH_R9A07G043 357ebd0e06fSLad Prabhakar bool "RISC-V Platform support for RZ/Five" 358c1ec4b45SJisheng Zhang depends on NONPORTABLE 35931b2daeaSConor Dooley depends on !DMA_DIRECT_REMAP 3601531309aSConor Dooley depends on RISCV_ALTERNATIVE 3619eab43faSChristoph Hellwig depends on !RISCV_ISA_ZICBOM 3621531309aSConor Dooley depends on RISCV_SBI 363ebd0e06fSLad Prabhakar select ARCH_RZG2L 3641531309aSConor Dooley select AX45MP_L2_CACHE 365484861e0SLad Prabhakar select DMA_GLOBAL_POOL 3661531309aSConor Dooley select ERRATA_ANDES 3671531309aSConor Dooley select ERRATA_ANDES_CMO 368ebd0e06fSLad Prabhakar help 369ebd0e06fSLad Prabhakar This enables support for the Renesas RZ/Five SoC. 370ebd0e06fSLad Prabhakar 371ebd0e06fSLad Prabhakarendif # RISCV 372ebd0e06fSLad Prabhakar 3730c56f949SFabrizio Castroconfig PWC_RZV2M 3740c56f949SFabrizio Castro bool "Renesas RZ/V2M PWC support" if COMPILE_TEST 3750c56f949SFabrizio Castro 3766d5aded8SKuninori Morimotoconfig RST_RCAR 3776d5aded8SKuninori Morimoto bool "Reset Controller support for R-Car" if COMPILE_TEST 3786d5aded8SKuninori Morimoto 3798be381a1SGeert Uytterhoevenendif # SOC_RENESAS 380