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