xref: /openbmc/linux/drivers/soc/renesas/Kconfig (revision 10c1d542)
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 || \
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
19
20if SOC_RENESAS
21
22# SoC
23config SYSC_R8A7743
24	bool "RZ/G1M System Controller support" if COMPILE_TEST
25	select SYSC_RCAR
26
27config SYSC_R8A7745
28	bool "RZ/G1E System Controller support" if COMPILE_TEST
29	select SYSC_RCAR
30
31config SYSC_R8A7779
32	bool "R-Car H1 System Controller support" if COMPILE_TEST
33	select SYSC_RCAR
34
35config SYSC_R8A7790
36	bool "R-Car H2 System Controller support" if COMPILE_TEST
37	select SYSC_RCAR
38
39config SYSC_R8A7791
40	bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
41	select SYSC_RCAR
42
43config SYSC_R8A7792
44	bool "R-Car V2H System Controller support" if COMPILE_TEST
45	select SYSC_RCAR
46
47config SYSC_R8A7794
48	bool "R-Car E2 System Controller support" if COMPILE_TEST
49	select SYSC_RCAR
50
51config SYSC_R8A7795
52	bool "R-Car H3 System Controller support" if COMPILE_TEST
53	select SYSC_RCAR
54
55config SYSC_R8A7796
56	bool "R-Car M3-W System Controller support" if COMPILE_TEST
57	select SYSC_RCAR
58
59config SYSC_R8A77970
60	bool "R-Car V3M System Controller support" if COMPILE_TEST
61	select SYSC_RCAR
62
63config SYSC_R8A77995
64	bool "R-Car D3 System Controller support" if COMPILE_TEST
65	select SYSC_RCAR
66
67# Family
68config RST_RCAR
69	bool "R-Car Reset Controller support" if COMPILE_TEST
70
71config SYSC_RCAR
72	bool "R-Car System Controller support" if COMPILE_TEST
73
74endif # SOC_RENESAS
75