Kconfig (80978a4be267e1783444841143cdb0f0eb40061c) Kconfig (d4e59f108e904e4b58323a151a82d85a351c1eed)
1config CLK_RENESAS
2 bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS
3 default y if ARCH_RENESAS
4 select CLK_EMEV2 if ARCH_EMEV2
5 select CLK_RZA1 if ARCH_R7S72100
6 select CLK_R8A73A4 if ARCH_R8A73A4
7 select CLK_R8A7740 if ARCH_R8A7740
8 select CLK_R8A7743 if ARCH_R8A7743

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

14 select CLK_R8A7792 if ARCH_R8A7792
15 select CLK_R8A7794 if ARCH_R8A7794
16 select CLK_R8A7795 if ARCH_R8A7795
17 select CLK_R8A7796 if ARCH_R8A7796
18 select CLK_SH73A0 if ARCH_SH73A0
19
20if CLK_RENESAS
21
1config CLK_RENESAS
2 bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS
3 default y if ARCH_RENESAS
4 select CLK_EMEV2 if ARCH_EMEV2
5 select CLK_RZA1 if ARCH_R7S72100
6 select CLK_R8A73A4 if ARCH_R8A73A4
7 select CLK_R8A7740 if ARCH_R8A7740
8 select CLK_R8A7743 if ARCH_R8A7743

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

14 select CLK_R8A7792 if ARCH_R8A7792
15 select CLK_R8A7794 if ARCH_R8A7794
16 select CLK_R8A7795 if ARCH_R8A7795
17 select CLK_R8A7796 if ARCH_R8A7796
18 select CLK_SH73A0 if ARCH_SH73A0
19
20if CLK_RENESAS
21
22config CLK_RENESAS_LEGACY
23 bool "Legacy DT clock support"
24 depends on CLK_R8A7790
25 default y
26 help
27 Enable backward compatibility with old device trees describing a
28 hierarchical representation of the various CPG and MSTP clocks.
29
30 Say Y if you want your kernel to work with old DTBs.
31
22# SoC
23config CLK_EMEV2
24 bool "Emma Mobile EV2 clock support" if COMPILE_TEST
25
26config CLK_RZA1
27 bool
28 select CLK_RENESAS_CPG_MSTP
29

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

50 select CLK_RENESAS_CPG_MSTP
51
52config CLK_R8A7779
53 bool
54 select CLK_RENESAS_CPG_MSTP
55
56config CLK_R8A7790
57 bool
32# SoC
33config CLK_EMEV2
34 bool "Emma Mobile EV2 clock support" if COMPILE_TEST
35
36config CLK_RZA1
37 bool
38 select CLK_RENESAS_CPG_MSTP
39

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

60 select CLK_RENESAS_CPG_MSTP
61
62config CLK_R8A7779
63 bool
64 select CLK_RENESAS_CPG_MSTP
65
66config CLK_R8A7790
67 bool
58 select CLK_RCAR_GEN2
68 select CLK_RCAR_GEN2 if CLK_RENESAS_LEGACY
69 select CLK_RCAR_GEN2_CPG
59 select CLK_RENESAS_DIV6
60
61config CLK_R8A7791
62 bool
63 select CLK_RCAR_GEN2
64 select CLK_RENESAS_DIV6
65
66config CLK_R8A7792

--- 49 unchanged lines hidden ---
70 select CLK_RENESAS_DIV6
71
72config CLK_R8A7791
73 bool
74 select CLK_RCAR_GEN2
75 select CLK_RENESAS_DIV6
76
77config CLK_R8A7792

--- 49 unchanged lines hidden ---