Kconfig (41d6d8bd8ae94ca9ee53720cd530168aca557db7) Kconfig (a527709b78b3c9979fb47ddd4c3d3fd96182b504)
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_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
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_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_R8A77965 if ARCH_R8A77965
17 select SYSC_R8A77970 if ARCH_R8A77970
18 select SYSC_R8A77980 if ARCH_R8A77980
19 select SYSC_R8A77995 if ARCH_R8A77995
20
21if SOC_RENESAS
22
23# SoC
24config SYSC_R8A7743

--- 27 unchanged lines hidden (view full) ---

52config SYSC_R8A7795
53 bool "R-Car H3 System Controller support" if COMPILE_TEST
54 select SYSC_RCAR
55
56config SYSC_R8A7796
57 bool "R-Car M3-W System Controller support" if COMPILE_TEST
58 select SYSC_RCAR
59
18 select SYSC_R8A77970 if ARCH_R8A77970
19 select SYSC_R8A77980 if ARCH_R8A77980
20 select SYSC_R8A77995 if ARCH_R8A77995
21
22if SOC_RENESAS
23
24# SoC
25config SYSC_R8A7743

--- 27 unchanged lines hidden (view full) ---

53config SYSC_R8A7795
54 bool "R-Car H3 System Controller support" if COMPILE_TEST
55 select SYSC_RCAR
56
57config SYSC_R8A7796
58 bool "R-Car M3-W System Controller support" if COMPILE_TEST
59 select SYSC_RCAR
60
61config SYSC_R8A77965
62 bool "R-Car M3-N System Controller support" if COMPILE_TEST
63 select SYSC_RCAR
64
60config SYSC_R8A77970
61 bool "R-Car V3M System Controller support" if COMPILE_TEST
62 select SYSC_RCAR
63
64config SYSC_R8A77980
65 bool "R-Car V3H System Controller support" if COMPILE_TEST
66 select SYSC_RCAR
67

--- 12 unchanged lines hidden ---
65config SYSC_R8A77970
66 bool "R-Car V3M System Controller support" if COMPILE_TEST
67 select SYSC_RCAR
68
69config SYSC_R8A77980
70 bool "R-Car V3H System Controller support" if COMPILE_TEST
71 select SYSC_RCAR
72

--- 12 unchanged lines hidden ---