blob: 1d824cbd462dc2eaf875b3572e07e282e0ee2614 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001config SOC_RENESAS
2 bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
3 default y if ARCH_RENESAS
4 select SOC_BUS
5 select RST_RCAR if ARCH_RCAR_GEN1 || ARCH_RCAR_GEN2 || \
6 ARCH_R8A7795 || ARCH_R8A7796 || ARCH_R8A77965 || \
7 ARCH_R8A77970 || ARCH_R8A77980 || ARCH_R8A77990 || \
8 ARCH_R8A77995
9 select SYSC_R8A7743 if ARCH_R8A7743
10 select SYSC_R8A7745 if ARCH_R8A7745
11 select SYSC_R8A77470 if ARCH_R8A77470
12 select SYSC_R8A7779 if ARCH_R8A7779
13 select SYSC_R8A7790 if ARCH_R8A7790
14 select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793
15 select SYSC_R8A7792 if ARCH_R8A7792
16 select SYSC_R8A7794 if ARCH_R8A7794
17 select SYSC_R8A7795 if ARCH_R8A7795
18 select SYSC_R8A7796 if ARCH_R8A7796
19 select SYSC_R8A77965 if ARCH_R8A77965
20 select SYSC_R8A77970 if ARCH_R8A77970
21 select SYSC_R8A77980 if ARCH_R8A77980
22 select SYSC_R8A77990 if ARCH_R8A77990
23 select SYSC_R8A77995 if ARCH_R8A77995
24
25if SOC_RENESAS
26
27# SoC
28config SYSC_R8A7743
29 bool "RZ/G1M System Controller support" if COMPILE_TEST
30 select SYSC_RCAR
31
32config SYSC_R8A7745
33 bool "RZ/G1E System Controller support" if COMPILE_TEST
34 select SYSC_RCAR
35
36config SYSC_R8A77470
37 bool "RZ/G1C System Controller support" if COMPILE_TEST
38 select SYSC_RCAR
39
40config SYSC_R8A7779
41 bool "R-Car H1 System Controller support" if COMPILE_TEST
42 select SYSC_RCAR
43
44config SYSC_R8A7790
45 bool "R-Car H2 System Controller support" if COMPILE_TEST
46 select SYSC_RCAR
47
48config SYSC_R8A7791
49 bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
50 select SYSC_RCAR
51
52config SYSC_R8A7792
53 bool "R-Car V2H System Controller support" if COMPILE_TEST
54 select SYSC_RCAR
55
56config SYSC_R8A7794
57 bool "R-Car E2 System Controller support" if COMPILE_TEST
58 select SYSC_RCAR
59
60config SYSC_R8A7795
61 bool "R-Car H3 System Controller support" if COMPILE_TEST
62 select SYSC_RCAR
63
64config SYSC_R8A7796
65 bool "R-Car M3-W System Controller support" if COMPILE_TEST
66 select SYSC_RCAR
67
68config SYSC_R8A77965
69 bool "R-Car M3-N System Controller support" if COMPILE_TEST
70 select SYSC_RCAR
71
72config SYSC_R8A77970
73 bool "R-Car V3M System Controller support" if COMPILE_TEST
74 select SYSC_RCAR
75
76config SYSC_R8A77980
77 bool "R-Car V3H System Controller support" if COMPILE_TEST
78 select SYSC_RCAR
79
80config SYSC_R8A77990
81 bool "R-Car E3 System Controller support" if COMPILE_TEST
82 select SYSC_RCAR
83
84config SYSC_R8A77995
85 bool "R-Car D3 System Controller support" if COMPILE_TEST
86 select SYSC_RCAR
87
88# Family
89config RST_RCAR
90 bool "R-Car Reset Controller support" if COMPILE_TEST
91
92config SYSC_RCAR
93 bool "R-Car System Controller support" if COMPILE_TEST
94
95endif # SOC_RENESAS