| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | config 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_R8A77965 || \ |
| 7 | ARCH_R8A77970 || ARCH_R8A77980 || ARCH_R8A77990 || \ |
| 8 | ARCH_R8A77995 |
| 9 | select SYSC_R8A7743 if ARCH_R8A7743 |
| 10 | select SYSC_R8A7745 if ARCH_R8A7745 |
| 11 | select SYSC_R8A77470 if ARCH_R8A77470 |
| 12 | select SYSC_R8A7779 if ARCH_R8A7779 |
| 13 | select SYSC_R8A7790 if ARCH_R8A7790 |
| 14 | select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793 |
| 15 | select SYSC_R8A7792 if ARCH_R8A7792 |
| 16 | select SYSC_R8A7794 if ARCH_R8A7794 |
| 17 | select SYSC_R8A7795 if ARCH_R8A7795 |
| 18 | select SYSC_R8A7796 if ARCH_R8A7796 |
| 19 | select SYSC_R8A77965 if ARCH_R8A77965 |
| 20 | select SYSC_R8A77970 if ARCH_R8A77970 |
| 21 | select SYSC_R8A77980 if ARCH_R8A77980 |
| 22 | select SYSC_R8A77990 if ARCH_R8A77990 |
| 23 | select SYSC_R8A77995 if ARCH_R8A77995 |
| 24 | |
| 25 | if SOC_RENESAS |
| 26 | |
| 27 | # SoC |
| 28 | config SYSC_R8A7743 |
| 29 | bool "RZ/G1M System Controller support" if COMPILE_TEST |
| 30 | select SYSC_RCAR |
| 31 | |
| 32 | config SYSC_R8A7745 |
| 33 | bool "RZ/G1E System Controller support" if COMPILE_TEST |
| 34 | select SYSC_RCAR |
| 35 | |
| 36 | config SYSC_R8A77470 |
| 37 | bool "RZ/G1C System Controller support" if COMPILE_TEST |
| 38 | select SYSC_RCAR |
| 39 | |
| 40 | config SYSC_R8A7779 |
| 41 | bool "R-Car H1 System Controller support" if COMPILE_TEST |
| 42 | select SYSC_RCAR |
| 43 | |
| 44 | config SYSC_R8A7790 |
| 45 | bool "R-Car H2 System Controller support" if COMPILE_TEST |
| 46 | select SYSC_RCAR |
| 47 | |
| 48 | config SYSC_R8A7791 |
| 49 | bool "R-Car M2-W/N System Controller support" if COMPILE_TEST |
| 50 | select SYSC_RCAR |
| 51 | |
| 52 | config SYSC_R8A7792 |
| 53 | bool "R-Car V2H System Controller support" if COMPILE_TEST |
| 54 | select SYSC_RCAR |
| 55 | |
| 56 | config SYSC_R8A7794 |
| 57 | bool "R-Car E2 System Controller support" if COMPILE_TEST |
| 58 | select SYSC_RCAR |
| 59 | |
| 60 | config SYSC_R8A7795 |
| 61 | bool "R-Car H3 System Controller support" if COMPILE_TEST |
| 62 | select SYSC_RCAR |
| 63 | |
| 64 | config SYSC_R8A7796 |
| 65 | bool "R-Car M3-W System Controller support" if COMPILE_TEST |
| 66 | select SYSC_RCAR |
| 67 | |
| 68 | config SYSC_R8A77965 |
| 69 | bool "R-Car M3-N System Controller support" if COMPILE_TEST |
| 70 | select SYSC_RCAR |
| 71 | |
| 72 | config SYSC_R8A77970 |
| 73 | bool "R-Car V3M System Controller support" if COMPILE_TEST |
| 74 | select SYSC_RCAR |
| 75 | |
| 76 | config SYSC_R8A77980 |
| 77 | bool "R-Car V3H System Controller support" if COMPILE_TEST |
| 78 | select SYSC_RCAR |
| 79 | |
| 80 | config SYSC_R8A77990 |
| 81 | bool "R-Car E3 System Controller support" if COMPILE_TEST |
| 82 | select SYSC_RCAR |
| 83 | |
| 84 | config SYSC_R8A77995 |
| 85 | bool "R-Car D3 System Controller support" if COMPILE_TEST |
| 86 | select SYSC_RCAR |
| 87 | |
| 88 | # Family |
| 89 | config RST_RCAR |
| 90 | bool "R-Car Reset Controller support" if COMPILE_TEST |
| 91 | |
| 92 | config SYSC_RCAR |
| 93 | bool "R-Car System Controller support" if COMPILE_TEST |
| 94 | |
| 95 | endif # SOC_RENESAS |