soc: renesas: rcar-rst: Add support for R-Car E3
[linux-2.6-block.git] / drivers / soc / renesas / Kconfig
CommitLineData
8be381a1
GU
1config 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 || \
bf79cd63 6 ARCH_R8A7795 || ARCH_R8A7796 || ARCH_R8A77965 || \
b0d77648
TK
7 ARCH_R8A77970 || ARCH_R8A77980 || ARCH_R8A77990 || \
8 ARCH_R8A77995
8be381a1
GU
9 select SYSC_R8A7743 if ARCH_R8A7743
10 select SYSC_R8A7745 if ARCH_R8A7745
964f7c0d 11 select SYSC_R8A77470 if ARCH_R8A77470
8be381a1
GU
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
a527709b 19 select SYSC_R8A77965 if ARCH_R8A77965
bab9b2a7 20 select SYSC_R8A77970 if ARCH_R8A77970
41d6d8bd 21 select SYSC_R8A77980 if ARCH_R8A77980
eed17c42 22 select SYSC_R8A77995 if ARCH_R8A77995
8be381a1
GU
23
24if SOC_RENESAS
25
26# SoC
27config SYSC_R8A7743
28 bool "RZ/G1M System Controller support" if COMPILE_TEST
29 select SYSC_RCAR
30
31config SYSC_R8A7745
32 bool "RZ/G1E System Controller support" if COMPILE_TEST
33 select SYSC_RCAR
34
964f7c0d
BD
35config SYSC_R8A77470
36 bool "RZ/G1C System Controller support" if COMPILE_TEST
37 select SYSC_RCAR
38
8be381a1
GU
39config SYSC_R8A7779
40 bool "R-Car H1 System Controller support" if COMPILE_TEST
41 select SYSC_RCAR
42
43config SYSC_R8A7790
44 bool "R-Car H2 System Controller support" if COMPILE_TEST
45 select SYSC_RCAR
46
47config SYSC_R8A7791
48 bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
49 select SYSC_RCAR
50
51config SYSC_R8A7792
52 bool "R-Car V2H System Controller support" if COMPILE_TEST
53 select SYSC_RCAR
54
55config SYSC_R8A7794
56 bool "R-Car E2 System Controller support" if COMPILE_TEST
57 select SYSC_RCAR
58
59config SYSC_R8A7795
60 bool "R-Car H3 System Controller support" if COMPILE_TEST
61 select SYSC_RCAR
62
63config SYSC_R8A7796
64 bool "R-Car M3-W System Controller support" if COMPILE_TEST
65 select SYSC_RCAR
66
a527709b
JM
67config SYSC_R8A77965
68 bool "R-Car M3-N System Controller support" if COMPILE_TEST
69 select SYSC_RCAR
70
bab9b2a7
SS
71config SYSC_R8A77970
72 bool "R-Car V3M System Controller support" if COMPILE_TEST
73 select SYSC_RCAR
74
41d6d8bd
SS
75config SYSC_R8A77980
76 bool "R-Car V3H System Controller support" if COMPILE_TEST
77 select SYSC_RCAR
78
eed17c42
GU
79config SYSC_R8A77995
80 bool "R-Car D3 System Controller support" if COMPILE_TEST
81 select SYSC_RCAR
82
8be381a1
GU
83# Family
84config RST_RCAR
85 bool "R-Car Reset Controller support" if COMPILE_TEST
86
87config SYSC_RCAR
88 bool "R-Car System Controller support" if COMPILE_TEST
89
90endif # SOC_RENESAS