rjw | 1f88458 | 2022-01-06 17:20:42 +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_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 | |
| 18 | if SOC_RENESAS |
| 19 | |
| 20 | # SoC |
| 21 | config SYSC_R8A7743 |
| 22 | bool "RZ/G1M System Controller support" if COMPILE_TEST |
| 23 | select SYSC_RCAR |
| 24 | |
| 25 | config SYSC_R8A7745 |
| 26 | bool "RZ/G1E System Controller support" if COMPILE_TEST |
| 27 | select SYSC_RCAR |
| 28 | |
| 29 | config SYSC_R8A7779 |
| 30 | bool "R-Car H1 System Controller support" if COMPILE_TEST |
| 31 | select SYSC_RCAR |
| 32 | |
| 33 | config SYSC_R8A7790 |
| 34 | bool "R-Car H2 System Controller support" if COMPILE_TEST |
| 35 | select SYSC_RCAR |
| 36 | |
| 37 | config SYSC_R8A7791 |
| 38 | bool "R-Car M2-W/N System Controller support" if COMPILE_TEST |
| 39 | select SYSC_RCAR |
| 40 | |
| 41 | config SYSC_R8A7792 |
| 42 | bool "R-Car V2H System Controller support" if COMPILE_TEST |
| 43 | select SYSC_RCAR |
| 44 | |
| 45 | config SYSC_R8A7794 |
| 46 | bool "R-Car E2 System Controller support" if COMPILE_TEST |
| 47 | select SYSC_RCAR |
| 48 | |
| 49 | config SYSC_R8A7795 |
| 50 | bool "R-Car H3 System Controller support" if COMPILE_TEST |
| 51 | select SYSC_RCAR |
| 52 | |
| 53 | config SYSC_R8A7796 |
| 54 | bool "R-Car M3-W System Controller support" if COMPILE_TEST |
| 55 | select SYSC_RCAR |
| 56 | |
| 57 | config SYSC_R8A77995 |
| 58 | bool "R-Car D3 System Controller support" if COMPILE_TEST |
| 59 | select SYSC_RCAR |
| 60 | |
| 61 | # Family |
| 62 | config RST_RCAR |
| 63 | bool "R-Car Reset Controller support" if COMPILE_TEST |
| 64 | |
| 65 | config SYSC_RCAR |
| 66 | bool "R-Car System Controller support" if COMPILE_TEST |
| 67 | |
| 68 | endif # SOC_RENESAS |