Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux...
[linux/fpc-iii.git] / drivers / soc / renesas / Kconfig
blob09550b1da56d60199bea919f5716f8eb1cd0dd92
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_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_R8A77995 if ARCH_R8A77995
20 if SOC_RENESAS
22 # SoC
23 config SYSC_R8A7743
24         bool "RZ/G1M System Controller support" if COMPILE_TEST
25         select SYSC_RCAR
27 config SYSC_R8A7745
28         bool "RZ/G1E System Controller support" if COMPILE_TEST
29         select SYSC_RCAR
31 config SYSC_R8A7779
32         bool "R-Car H1 System Controller support" if COMPILE_TEST
33         select SYSC_RCAR
35 config SYSC_R8A7790
36         bool "R-Car H2 System Controller support" if COMPILE_TEST
37         select SYSC_RCAR
39 config SYSC_R8A7791
40         bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
41         select SYSC_RCAR
43 config SYSC_R8A7792
44         bool "R-Car V2H System Controller support" if COMPILE_TEST
45         select SYSC_RCAR
47 config SYSC_R8A7794
48         bool "R-Car E2 System Controller support" if COMPILE_TEST
49         select SYSC_RCAR
51 config SYSC_R8A7795
52         bool "R-Car H3 System Controller support" if COMPILE_TEST
53         select SYSC_RCAR
55 config SYSC_R8A7796
56         bool "R-Car M3-W System Controller support" if COMPILE_TEST
57         select SYSC_RCAR
59 config SYSC_R8A77970
60         bool "R-Car V3M System Controller support" if COMPILE_TEST
61         select SYSC_RCAR
63 config SYSC_R8A77995
64         bool "R-Car D3 System Controller support" if COMPILE_TEST
65         select SYSC_RCAR
67 # Family
68 config RST_RCAR
69         bool "R-Car Reset Controller support" if COMPILE_TEST
71 config SYSC_RCAR
72         bool "R-Car System Controller support" if COMPILE_TEST
74 endif # SOC_RENESAS