1config ARCH_SHMOBILE 2 bool 3 4config PM_RMOBILE 5 bool 6 select PM 7 select PM_GENERIC_DOMAINS 8 9config ARCH_RCAR_GEN1 10 bool 11 select PM 12 select PM_GENERIC_DOMAINS 13 select RENESAS_INTC_IRQPIN 14 select SYS_SUPPORTS_SH_TMU 15 16config ARCH_RCAR_GEN2 17 bool 18 select PM 19 select PM_GENERIC_DOMAINS 20 select RENESAS_IRQC 21 select SYS_SUPPORTS_SH_CMT 22 23config ARCH_RMOBILE 24 bool 25 select PM_RMOBILE 26 select SYS_SUPPORTS_SH_CMT 27 select SYS_SUPPORTS_SH_TMU 28 29menuconfig ARCH_RENESAS 30 bool "Renesas ARM SoCs" 31 depends on ARCH_MULTI_V7 && MMU 32 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE 33 select ARCH_SHMOBILE 34 select ARM_GIC 35 select GPIOLIB 36 select HAVE_ARM_SCU if SMP 37 select HAVE_ARM_TWD if SMP 38 select NO_IOPORT_MAP 39 select PINCTRL 40 select SOC_BUS 41 select ZONE_DMA if ARM_LPAE 42 43if ARCH_RENESAS 44 45#comment "Renesas ARM SoCs System Type" 46 47config ARCH_EMEV2 48 bool "Emma Mobile EV2" 49 select SYS_SUPPORTS_EM_STI 50 51config ARCH_R7S72100 52 bool "RZ/A1H (R7S72100)" 53 select PM 54 select PM_GENERIC_DOMAINS 55 select SYS_SUPPORTS_SH_MTU2 56 select RENESAS_OSTM 57 58config ARCH_R8A73A4 59 bool "R-Mobile APE6 (R8A73A40)" 60 select ARCH_RMOBILE 61 select ARM_ERRATA_798181 if SMP 62 select RENESAS_IRQC 63 64config ARCH_R8A7740 65 bool "R-Mobile A1 (R8A77400)" 66 select ARCH_RMOBILE 67 select RENESAS_INTC_IRQPIN 68 69config ARCH_R8A7743 70 bool "RZ/G1M (R8A77430)" 71 select ARCH_RCAR_GEN2 72 select ARM_ERRATA_798181 if SMP 73 74config ARCH_R8A7745 75 bool "RZ/G1E (R8A77450)" 76 select ARCH_RCAR_GEN2 77 78config ARCH_R8A77470 79 bool "RZ/G1C (R8A77470)" 80 select ARCH_RCAR_GEN2 81 82config ARCH_R8A7778 83 bool "R-Car M1A (R8A77781)" 84 select ARCH_RCAR_GEN1 85 86config ARCH_R8A7779 87 bool "R-Car H1 (R8A77790)" 88 select ARCH_RCAR_GEN1 89 90config ARCH_R8A7790 91 bool "R-Car H2 (R8A77900)" 92 select ARCH_RCAR_GEN2 93 select ARM_ERRATA_798181 if SMP 94 select I2C 95 96config ARCH_R8A7791 97 bool "R-Car M2-W (R8A77910)" 98 select ARCH_RCAR_GEN2 99 select ARM_ERRATA_798181 if SMP 100 select I2C 101 102config ARCH_R8A7792 103 bool "R-Car V2H (R8A77920)" 104 select ARCH_RCAR_GEN2 105 select ARM_ERRATA_798181 if SMP 106 107config ARCH_R8A7793 108 bool "R-Car M2-N (R8A7793)" 109 select ARCH_RCAR_GEN2 110 select ARM_ERRATA_798181 if SMP 111 select I2C 112 113config ARCH_R8A7794 114 bool "R-Car E2 (R8A77940)" 115 select ARCH_RCAR_GEN2 116 117config ARCH_R9A06G032 118 bool "RZ/N1D (R9A06G032)" 119 select ARCH_RZN1 120 121config ARCH_RZN1 122 bool "RZ/N1 (R9A06G0xx) Family" 123 select ARM_AMBA 124 select CPU_V7 125 126config ARCH_SH73A0 127 bool "SH-Mobile AG5 (R8A73A00)" 128 select ARCH_RMOBILE 129 select RENESAS_INTC_IRQPIN 130endif 131