1# SPDX-License-Identifier: GPL-2.0 2if SOC_RENESAS 3 4config SYSC_RCAR 5 bool "System Controller support for R-Car" if COMPILE_TEST 6 7config SYSC_RCAR_GEN4 8 bool "System Controller support for R-Car Gen4" if COMPILE_TEST 9 10config SYSC_R8A77995 11 bool "System Controller support for R-Car D3" if COMPILE_TEST 12 select SYSC_RCAR 13 14config SYSC_R8A7794 15 bool "System Controller support for R-Car E2" if COMPILE_TEST 16 select SYSC_RCAR 17 18config SYSC_R8A77990 19 bool "System Controller support for R-Car E3" if COMPILE_TEST 20 select SYSC_RCAR 21 22config SYSC_R8A7779 23 bool "System Controller support for R-Car H1" if COMPILE_TEST 24 select SYSC_RCAR 25 26config SYSC_R8A7790 27 bool "System Controller support for R-Car H2" if COMPILE_TEST 28 select SYSC_RCAR 29 30config SYSC_R8A7795 31 bool "System Controller support for R-Car H3" if COMPILE_TEST 32 select SYSC_RCAR 33 34config SYSC_R8A7791 35 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST 36 select SYSC_RCAR 37 38config SYSC_R8A77965 39 bool "System Controller support for R-Car M3-N" if COMPILE_TEST 40 select SYSC_RCAR 41 42config SYSC_R8A77960 43 bool "System Controller support for R-Car M3-W" if COMPILE_TEST 44 select SYSC_RCAR 45 46config SYSC_R8A77961 47 bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 48 select SYSC_RCAR 49 50config SYSC_R8A779F0 51 bool "System Controller support for R-Car S4-8" if COMPILE_TEST 52 select SYSC_RCAR_GEN4 53 54config SYSC_R8A7792 55 bool "System Controller support for R-Car V2H" if COMPILE_TEST 56 select SYSC_RCAR 57 58config SYSC_R8A77980 59 bool "System Controller support for R-Car V3H" if COMPILE_TEST 60 select SYSC_RCAR 61 62config SYSC_R8A77970 63 bool "System Controller support for R-Car V3M" if COMPILE_TEST 64 select SYSC_RCAR 65 66config SYSC_R8A779A0 67 bool "System Controller support for R-Car V3U" if COMPILE_TEST 68 select SYSC_RCAR_GEN4 69 70config SYSC_R8A779G0 71 bool "System Controller support for R-Car V4H" if COMPILE_TEST 72 select SYSC_RCAR_GEN4 73 74config SYSC_RMOBILE 75 bool "System Controller support for R-Mobile" if COMPILE_TEST 76 77config SYSC_R8A77470 78 bool "System Controller support for RZ/G1C" if COMPILE_TEST 79 select SYSC_RCAR 80 81config SYSC_R8A7745 82 bool "System Controller support for RZ/G1E" if COMPILE_TEST 83 select SYSC_RCAR 84 85config SYSC_R8A7742 86 bool "System Controller support for RZ/G1H" if COMPILE_TEST 87 select SYSC_RCAR 88 89config SYSC_R8A7743 90 bool "System Controller support for RZ/G1M" if COMPILE_TEST 91 select SYSC_RCAR 92 93config SYSC_R8A774C0 94 bool "System Controller support for RZ/G2E" if COMPILE_TEST 95 select SYSC_RCAR 96 97config SYSC_R8A774E1 98 bool "System Controller support for RZ/G2H" if COMPILE_TEST 99 select SYSC_RCAR 100 101config SYSC_R8A774A1 102 bool "System Controller support for RZ/G2M" if COMPILE_TEST 103 select SYSC_RCAR 104 105config SYSC_R8A774B1 106 bool "System Controller support for RZ/G2N" if COMPILE_TEST 107 select SYSC_RCAR 108 109endif 110