114 lines · plain
1# SPDX-License-Identifier: GPL-2.02if SOC_RENESAS3 4config SYSC_RCAR5 bool "System Controller support for R-Car" if COMPILE_TEST6 7config SYSC_RCAR_GEN48 bool "System Controller support for R-Car Gen4" if COMPILE_TEST9 10config SYSC_R8A7799511 bool "System Controller support for R-Car D3" if COMPILE_TEST12 select SYSC_RCAR13 14config SYSC_R8A779415 bool "System Controller support for R-Car E2" if COMPILE_TEST16 select SYSC_RCAR17 18config SYSC_R8A7799019 bool "System Controller support for R-Car E3" if COMPILE_TEST20 select SYSC_RCAR21 22config SYSC_R8A777923 bool "System Controller support for R-Car H1" if COMPILE_TEST24 select SYSC_RCAR25 26config SYSC_R8A779027 bool "System Controller support for R-Car H2" if COMPILE_TEST28 select SYSC_RCAR29 30config SYSC_R8A779531 bool "System Controller support for R-Car H3" if COMPILE_TEST32 select SYSC_RCAR33 34config SYSC_R8A779135 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST36 select SYSC_RCAR37 38config SYSC_R8A7796539 bool "System Controller support for R-Car M3-N" if COMPILE_TEST40 select SYSC_RCAR41 42config SYSC_R8A7796043 bool "System Controller support for R-Car M3-W" if COMPILE_TEST44 select SYSC_RCAR45 46config SYSC_R8A7796147 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST48 select SYSC_RCAR49 50config SYSC_R8A779F051 bool "System Controller support for R-Car S4-8" if COMPILE_TEST52 select SYSC_RCAR_GEN453 54config SYSC_R8A779255 bool "System Controller support for R-Car V2H" if COMPILE_TEST56 select SYSC_RCAR57 58config SYSC_R8A7798059 bool "System Controller support for R-Car V3H" if COMPILE_TEST60 select SYSC_RCAR61 62config SYSC_R8A7797063 bool "System Controller support for R-Car V3M" if COMPILE_TEST64 select SYSC_RCAR65 66config SYSC_R8A779A067 bool "System Controller support for R-Car V3U" if COMPILE_TEST68 select SYSC_RCAR_GEN469 70config SYSC_R8A779G071 bool "System Controller support for R-Car V4H" if COMPILE_TEST72 select SYSC_RCAR_GEN473 74config SYSC_R8A779H075 bool "System Controller support for R-Car V4M" if COMPILE_TEST76 select SYSC_RCAR_GEN477 78config SYSC_RMOBILE79 bool "System Controller support for R-Mobile" if COMPILE_TEST80 81config SYSC_R8A7747082 bool "System Controller support for RZ/G1C" if COMPILE_TEST83 select SYSC_RCAR84 85config SYSC_R8A774586 bool "System Controller support for RZ/G1E" if COMPILE_TEST87 select SYSC_RCAR88 89config SYSC_R8A774290 bool "System Controller support for RZ/G1H" if COMPILE_TEST91 select SYSC_RCAR92 93config SYSC_R8A774394 bool "System Controller support for RZ/G1M" if COMPILE_TEST95 select SYSC_RCAR96 97config SYSC_R8A774C098 bool "System Controller support for RZ/G2E" if COMPILE_TEST99 select SYSC_RCAR100 101config SYSC_R8A774E1102 bool "System Controller support for RZ/G2H" if COMPILE_TEST103 select SYSC_RCAR104 105config SYSC_R8A774A1106 bool "System Controller support for RZ/G2M" if COMPILE_TEST107 select SYSC_RCAR108 109config SYSC_R8A774B1110 bool "System Controller support for RZ/G2N" if COMPILE_TEST111 select SYSC_RCAR112 113endif114