Kconfig (e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce) | Kconfig (fde35c9c7db5732cc1fbd89fa5eba5a9e0b25f6e) |
---|---|
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 | 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_R7S9210 if ARCH_R7S9210 |
|
6 select CLK_R8A73A4 if ARCH_R8A73A4 7 select CLK_R8A7740 if ARCH_R8A7740 8 select CLK_R8A7743 if ARCH_R8A7743 9 select CLK_R8A7745 if ARCH_R8A7745 10 select CLK_R8A77470 if ARCH_R8A77470 | 7 select CLK_R8A73A4 if ARCH_R8A73A4 8 select CLK_R8A7740 if ARCH_R8A7740 9 select CLK_R8A7743 if ARCH_R8A7743 10 select CLK_R8A7745 if ARCH_R8A7745 11 select CLK_R8A77470 if ARCH_R8A77470 |
12 select CLK_R8A774A1 if ARCH_R8A774A1 |
|
11 select CLK_R8A7778 if ARCH_R8A7778 12 select CLK_R8A7779 if ARCH_R8A7779 13 select CLK_R8A7790 if ARCH_R8A7790 14 select CLK_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793 15 select CLK_R8A7792 if ARCH_R8A7792 16 select CLK_R8A7794 if ARCH_R8A7794 17 select CLK_R8A7795 if ARCH_R8A7795 18 select CLK_R8A7796 if ARCH_R8A7796 --- 21 unchanged lines hidden (view full) --- 40# SoC 41config CLK_EMEV2 42 bool "Emma Mobile EV2 clock support" if COMPILE_TEST 43 44config CLK_RZA1 45 bool "RZ/A1H clock support" if COMPILE_TEST 46 select CLK_RENESAS_CPG_MSTP 47 | 13 select CLK_R8A7778 if ARCH_R8A7778 14 select CLK_R8A7779 if ARCH_R8A7779 15 select CLK_R8A7790 if ARCH_R8A7790 16 select CLK_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793 17 select CLK_R8A7792 if ARCH_R8A7792 18 select CLK_R8A7794 if ARCH_R8A7794 19 select CLK_R8A7795 if ARCH_R8A7795 20 select CLK_R8A7796 if ARCH_R8A7796 --- 21 unchanged lines hidden (view full) --- 42# SoC 43config CLK_EMEV2 44 bool "Emma Mobile EV2 clock support" if COMPILE_TEST 45 46config CLK_RZA1 47 bool "RZ/A1H clock support" if COMPILE_TEST 48 select CLK_RENESAS_CPG_MSTP 49 |
50config CLK_R7S9210 51 bool "RZ/A2 clock support" if COMPILE_TEST 52 select CLK_RENESAS_CPG_MSSR 53 |
|
48config CLK_R8A73A4 49 bool "R-Mobile APE6 clock support" if COMPILE_TEST 50 select CLK_RENESAS_CPG_MSTP 51 select CLK_RENESAS_DIV6 52 53config CLK_R8A7740 54 bool "R-Mobile A1 clock support" if COMPILE_TEST 55 select CLK_RENESAS_CPG_MSTP --- 6 unchanged lines hidden (view full) --- 62config CLK_R8A7745 63 bool "RZ/G1E clock support" if COMPILE_TEST 64 select CLK_RCAR_GEN2_CPG 65 66config CLK_R8A77470 67 bool "RZ/G1C clock support" if COMPILE_TEST 68 select CLK_RCAR_GEN2_CPG 69 | 54config CLK_R8A73A4 55 bool "R-Mobile APE6 clock support" if COMPILE_TEST 56 select CLK_RENESAS_CPG_MSTP 57 select CLK_RENESAS_DIV6 58 59config CLK_R8A7740 60 bool "R-Mobile A1 clock support" if COMPILE_TEST 61 select CLK_RENESAS_CPG_MSTP --- 6 unchanged lines hidden (view full) --- 68config CLK_R8A7745 69 bool "RZ/G1E clock support" if COMPILE_TEST 70 select CLK_RCAR_GEN2_CPG 71 72config CLK_R8A77470 73 bool "RZ/G1C clock support" if COMPILE_TEST 74 select CLK_RCAR_GEN2_CPG 75 |
76config CLK_R8A774A1 77 bool "RZ/G2M clock support" if COMPILE_TEST 78 select CLK_RCAR_GEN3_CPG 79 |
|
70config CLK_R8A7778 71 bool "R-Car M1A clock support" if COMPILE_TEST 72 select CLK_RENESAS_CPG_MSTP 73 74config CLK_R8A7779 75 bool "R-Car H1 clock support" if COMPILE_TEST 76 select CLK_RENESAS_CPG_MSTP 77 --- 94 unchanged lines hidden --- | 80config CLK_R8A7778 81 bool "R-Car M1A clock support" if COMPILE_TEST 82 select CLK_RENESAS_CPG_MSTP 83 84config CLK_R8A7779 85 bool "R-Car H1 clock support" if COMPILE_TEST 86 select CLK_RENESAS_CPG_MSTP 87 --- 94 unchanged lines hidden --- |