Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / pmdomain / renesas / Kconfig
blob54acb4b1ec7c48929b13450a497418da20d04ba2
1 # SPDX-License-Identifier: GPL-2.0
2 if SOC_RENESAS
4 config SYSC_RCAR
5         bool "System Controller support for R-Car" if COMPILE_TEST
7 config SYSC_RCAR_GEN4
8         bool "System Controller support for R-Car Gen4" if COMPILE_TEST
10 config SYSC_R8A77995
11         bool "System Controller support for R-Car D3" if COMPILE_TEST
12         select SYSC_RCAR
14 config SYSC_R8A7794
15         bool "System Controller support for R-Car E2" if COMPILE_TEST
16         select SYSC_RCAR
18 config SYSC_R8A77990
19         bool "System Controller support for R-Car E3" if COMPILE_TEST
20         select SYSC_RCAR
22 config SYSC_R8A7779
23         bool "System Controller support for R-Car H1" if COMPILE_TEST
24         select SYSC_RCAR
26 config SYSC_R8A7790
27         bool "System Controller support for R-Car H2" if COMPILE_TEST
28         select SYSC_RCAR
30 config SYSC_R8A7795
31         bool "System Controller support for R-Car H3" if COMPILE_TEST
32         select SYSC_RCAR
34 config SYSC_R8A7791
35         bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST
36         select SYSC_RCAR
38 config SYSC_R8A77965
39         bool "System Controller support for R-Car M3-N" if COMPILE_TEST
40         select SYSC_RCAR
42 config SYSC_R8A77960
43         bool "System Controller support for R-Car M3-W" if COMPILE_TEST
44         select SYSC_RCAR
46 config SYSC_R8A77961
47         bool "System Controller support for R-Car M3-W+" if COMPILE_TEST
48         select SYSC_RCAR
50 config SYSC_R8A779F0
51         bool "System Controller support for R-Car S4-8" if COMPILE_TEST
52         select SYSC_RCAR_GEN4
54 config SYSC_R8A7792
55         bool "System Controller support for R-Car V2H" if COMPILE_TEST
56         select SYSC_RCAR
58 config SYSC_R8A77980
59         bool "System Controller support for R-Car V3H" if COMPILE_TEST
60         select SYSC_RCAR
62 config SYSC_R8A77970
63         bool "System Controller support for R-Car V3M" if COMPILE_TEST
64         select SYSC_RCAR
66 config SYSC_R8A779A0
67         bool "System Controller support for R-Car V3U" if COMPILE_TEST
68         select SYSC_RCAR_GEN4
70 config SYSC_R8A779G0
71         bool "System Controller support for R-Car V4H" if COMPILE_TEST
72         select SYSC_RCAR_GEN4
74 config SYSC_R8A779H0
75         bool "System Controller support for R-Car V4M" if COMPILE_TEST
76         select SYSC_RCAR_GEN4
78 config SYSC_RMOBILE
79         bool "System Controller support for R-Mobile" if COMPILE_TEST
81 config SYSC_R8A77470
82         bool "System Controller support for RZ/G1C" if COMPILE_TEST
83         select SYSC_RCAR
85 config SYSC_R8A7745
86         bool "System Controller support for RZ/G1E" if COMPILE_TEST
87         select SYSC_RCAR
89 config SYSC_R8A7742
90         bool "System Controller support for RZ/G1H" if COMPILE_TEST
91         select SYSC_RCAR
93 config SYSC_R8A7743
94         bool "System Controller support for RZ/G1M" if COMPILE_TEST
95         select SYSC_RCAR
97 config SYSC_R8A774C0
98         bool "System Controller support for RZ/G2E" if COMPILE_TEST
99         select SYSC_RCAR
101 config SYSC_R8A774E1
102         bool "System Controller support for RZ/G2H" if COMPILE_TEST
103         select SYSC_RCAR
105 config SYSC_R8A774A1
106         bool "System Controller support for RZ/G2M" if COMPILE_TEST
107         select SYSC_RCAR
109 config SYSC_R8A774B1
110         bool "System Controller support for RZ/G2N" if COMPILE_TEST
111         select SYSC_RCAR
113 endif