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_SHMOBILE 33 select ARM_GIC 34 select GPIOLIB 35 select HAVE_ARM_SCU if SMP 36 select HAVE_ARM_TWD if SMP 37 select NO_IOPORT_MAP 38 select PINCTRL 39 select SOC_BUS 40 select ZONE_DMA if ARM_LPAE 41 42if ARCH_RENESAS 43 44#comment "Renesas ARM SoCs System Type" 45 46config ARCH_EMEV2 47 bool "Emma Mobile EV2" 48 select SYS_SUPPORTS_EM_STI 49 50config ARCH_R7S72100 51 bool "RZ/A1H (R7S72100)" 52 select PM 53 select PM_GENERIC_DOMAINS 54 select SYS_SUPPORTS_SH_MTU2 55 select RENESAS_OSTM 56 57config ARCH_R8A73A4 58 bool "R-Mobile APE6 (R8A73A40)" 59 select ARCH_RMOBILE 60 select ARM_ERRATA_798181 if SMP 61 select RENESAS_IRQC 62 63config ARCH_R8A7740 64 bool "R-Mobile A1 (R8A77400)" 65 select ARCH_RMOBILE 66 select RENESAS_INTC_IRQPIN 67 68config ARCH_R8A7743 69 bool "RZ/G1M (R8A77430)" 70 select ARCH_RCAR_GEN2 71 select ARM_ERRATA_798181 if SMP 72 73config ARCH_R8A7745 74 bool "RZ/G1E (R8A77450)" 75 select ARCH_RCAR_GEN2 76 77config ARCH_R8A7778 78 bool "R-Car M1A (R8A77781)" 79 select ARCH_RCAR_GEN1 80 81config ARCH_R8A7779 82 bool "R-Car H1 (R8A77790)" 83 select ARCH_RCAR_GEN1 84 85config ARCH_R8A7790 86 bool "R-Car H2 (R8A77900)" 87 select ARCH_RCAR_GEN2 88 select ARM_ERRATA_798181 if SMP 89 select I2C 90 91config ARCH_R8A7791 92 bool "R-Car M2-W (R8A77910)" 93 select ARCH_RCAR_GEN2 94 select ARM_ERRATA_798181 if SMP 95 select I2C 96 97config ARCH_R8A7792 98 bool "R-Car V2H (R8A77920)" 99 select ARCH_RCAR_GEN2 100 select ARM_ERRATA_798181 if SMP 101 102config ARCH_R8A7793 103 bool "R-Car M2-N (R8A7793)" 104 select ARCH_RCAR_GEN2 105 select ARM_ERRATA_798181 if SMP 106 select I2C 107 108config ARCH_R8A7794 109 bool "R-Car E2 (R8A77940)" 110 select ARCH_RCAR_GEN2 111 112config ARCH_SH73A0 113 bool "SH-Mobile AG5 (R8A73A00)" 114 select ARCH_RMOBILE 115 select RENESAS_INTC_IRQPIN 116endif 117