]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/soc/renesas/Kconfig
6caa393e3a2d1c8066bdf6d8bfc9e4efc2b1ffb6
[linux.git] / drivers / soc / renesas / Kconfig
1 config 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_R8A77970 || \
7                            ARCH_R8A77980 || ARCH_R8A77995
8         select SYSC_R8A7743 if ARCH_R8A7743
9         select SYSC_R8A7745 if ARCH_R8A7745
10         select SYSC_R8A7779 if ARCH_R8A7779
11         select SYSC_R8A7790 if ARCH_R8A7790
12         select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793
13         select SYSC_R8A7792 if ARCH_R8A7792
14         select SYSC_R8A7794 if ARCH_R8A7794
15         select SYSC_R8A7795 if ARCH_R8A7795
16         select SYSC_R8A7796 if ARCH_R8A7796
17         select SYSC_R8A77970 if ARCH_R8A77970
18         select SYSC_R8A77980 if ARCH_R8A77980
19         select SYSC_R8A77995 if ARCH_R8A77995
20
21 if SOC_RENESAS
22
23 # SoC
24 config SYSC_R8A7743
25         bool "RZ/G1M System Controller support" if COMPILE_TEST
26         select SYSC_RCAR
27
28 config SYSC_R8A7745
29         bool "RZ/G1E System Controller support" if COMPILE_TEST
30         select SYSC_RCAR
31
32 config SYSC_R8A7779
33         bool "R-Car H1 System Controller support" if COMPILE_TEST
34         select SYSC_RCAR
35
36 config SYSC_R8A7790
37         bool "R-Car H2 System Controller support" if COMPILE_TEST
38         select SYSC_RCAR
39
40 config SYSC_R8A7791
41         bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
42         select SYSC_RCAR
43
44 config SYSC_R8A7792
45         bool "R-Car V2H System Controller support" if COMPILE_TEST
46         select SYSC_RCAR
47
48 config SYSC_R8A7794
49         bool "R-Car E2 System Controller support" if COMPILE_TEST
50         select SYSC_RCAR
51
52 config SYSC_R8A7795
53         bool "R-Car H3 System Controller support" if COMPILE_TEST
54         select SYSC_RCAR
55
56 config SYSC_R8A7796
57         bool "R-Car M3-W System Controller support" if COMPILE_TEST
58         select SYSC_RCAR
59
60 config SYSC_R8A77970
61         bool "R-Car V3M System Controller support" if COMPILE_TEST
62         select SYSC_RCAR
63
64 config SYSC_R8A77980
65         bool "R-Car V3H System Controller support" if COMPILE_TEST
66         select SYSC_RCAR
67
68 config SYSC_R8A77995
69         bool "R-Car D3 System Controller support" if COMPILE_TEST
70         select SYSC_RCAR
71
72 # Family
73 config RST_RCAR
74         bool "R-Car Reset Controller support" if COMPILE_TEST
75
76 config SYSC_RCAR
77         bool "R-Car System Controller support" if COMPILE_TEST
78
79 endif # SOC_RENESAS