xref: /linux/drivers/pmdomain/renesas/Kconfig (revision 1e525507)
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_R8A779H0
75	bool "System Controller support for R-Car V4M" if COMPILE_TEST
76	select SYSC_RCAR_GEN4
77
78config SYSC_RMOBILE
79	bool "System Controller support for R-Mobile" if COMPILE_TEST
80
81config SYSC_R8A77470
82	bool "System Controller support for RZ/G1C" if COMPILE_TEST
83	select SYSC_RCAR
84
85config SYSC_R8A7745
86	bool "System Controller support for RZ/G1E" if COMPILE_TEST
87	select SYSC_RCAR
88
89config SYSC_R8A7742
90	bool "System Controller support for RZ/G1H" if COMPILE_TEST
91	select SYSC_RCAR
92
93config SYSC_R8A7743
94	bool "System Controller support for RZ/G1M" if COMPILE_TEST
95	select SYSC_RCAR
96
97config SYSC_R8A774C0
98	bool "System Controller support for RZ/G2E" if COMPILE_TEST
99	select SYSC_RCAR
100
101config SYSC_R8A774E1
102	bool "System Controller support for RZ/G2H" if COMPILE_TEST
103	select SYSC_RCAR
104
105config SYSC_R8A774A1
106	bool "System Controller support for RZ/G2M" if COMPILE_TEST
107	select SYSC_RCAR
108
109config SYSC_R8A774B1
110	bool "System Controller support for RZ/G2N" if COMPILE_TEST
111	select SYSC_RCAR
112
113endif
114