xref: /openbmc/linux/drivers/soc/renesas/Kconfig (revision 74ce1896)
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_R8A77995
7	select SYSC_R8A7743 if ARCH_R8A7743
8	select SYSC_R8A7745 if ARCH_R8A7745
9	select SYSC_R8A7779 if ARCH_R8A7779
10	select SYSC_R8A7790 if ARCH_R8A7790
11	select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793
12	select SYSC_R8A7792 if ARCH_R8A7792
13	select SYSC_R8A7794 if ARCH_R8A7794
14	select SYSC_R8A7795 if ARCH_R8A7795
15	select SYSC_R8A7796 if ARCH_R8A7796
16	select SYSC_R8A77995 if ARCH_R8A77995
17
18if SOC_RENESAS
19
20# SoC
21config SYSC_R8A7743
22	bool "RZ/G1M System Controller support" if COMPILE_TEST
23	select SYSC_RCAR
24
25config SYSC_R8A7745
26	bool "RZ/G1E System Controller support" if COMPILE_TEST
27	select SYSC_RCAR
28
29config SYSC_R8A7779
30	bool "R-Car H1 System Controller support" if COMPILE_TEST
31	select SYSC_RCAR
32
33config SYSC_R8A7790
34	bool "R-Car H2 System Controller support" if COMPILE_TEST
35	select SYSC_RCAR
36
37config SYSC_R8A7791
38	bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
39	select SYSC_RCAR
40
41config SYSC_R8A7792
42	bool "R-Car V2H System Controller support" if COMPILE_TEST
43	select SYSC_RCAR
44
45config SYSC_R8A7794
46	bool "R-Car E2 System Controller support" if COMPILE_TEST
47	select SYSC_RCAR
48
49config SYSC_R8A7795
50	bool "R-Car H3 System Controller support" if COMPILE_TEST
51	select SYSC_RCAR
52
53config SYSC_R8A7796
54	bool "R-Car M3-W System Controller support" if COMPILE_TEST
55	select SYSC_RCAR
56
57config SYSC_R8A77995
58	bool "R-Car D3 System Controller support" if COMPILE_TEST
59	select SYSC_RCAR
60
61# Family
62config RST_RCAR
63	bool "R-Car Reset Controller support" if COMPILE_TEST
64
65config SYSC_RCAR
66	bool "R-Car System Controller support" if COMPILE_TEST
67
68endif # SOC_RENESAS
69