1config ARCH_SHMOBILE 2 bool 3 4config ARCH_SHMOBILE_MULTI 5 bool 6 7config PM_RCAR 8 bool 9 select PM_GENERIC_DOMAINS if PM 10 11config PM_RMOBILE 12 bool 13 select PM_GENERIC_DOMAINS 14 15config ARCH_RCAR_GEN1 16 bool 17 select PM_RCAR if PM || SMP 18 select RENESAS_INTC_IRQPIN 19 select SYS_SUPPORTS_SH_TMU 20 21config ARCH_RCAR_GEN2 22 bool 23 select PM_RCAR if PM || SMP 24 select RENESAS_IRQC 25 select SYS_SUPPORTS_SH_CMT 26 select PCI_DOMAINS if PCI 27 28config ARCH_RMOBILE 29 bool 30 select PM_RMOBILE if PM 31 select SYS_SUPPORTS_SH_CMT 32 select SYS_SUPPORTS_SH_TMU 33 34menuconfig ARCH_RENESAS 35 bool "Renesas ARM SoCs" 36 depends on ARCH_MULTI_V7 && MMU 37 select ARCH_SHMOBILE 38 select ARCH_SHMOBILE_MULTI 39 select HAVE_ARM_SCU if SMP 40 select HAVE_ARM_TWD if SMP 41 select ARM_GIC 42 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE 43 select NO_IOPORT_MAP 44 select PINCTRL 45 select ARCH_REQUIRE_GPIOLIB 46 select ZONE_DMA if ARM_LPAE 47 48if ARCH_RENESAS 49 50#comment "Renesas ARM SoCs System Type" 51 52config ARCH_EMEV2 53 bool "Emma Mobile EV2" 54 select SYS_SUPPORTS_EM_STI 55 56config ARCH_R7S72100 57 bool "RZ/A1H (R7S72100)" 58 select PM_GENERIC_DOMAINS if PM 59 select SYS_SUPPORTS_SH_MTU2 60 61config ARCH_R8A73A4 62 bool "R-Mobile APE6 (R8A73A40)" 63 select ARCH_RMOBILE 64 select RENESAS_IRQC 65 66config ARCH_R8A7740 67 bool "R-Mobile A1 (R8A77400)" 68 select ARCH_RMOBILE 69 select RENESAS_INTC_IRQPIN 70 71config ARCH_R8A7778 72 bool "R-Car M1A (R8A77781)" 73 select ARCH_RCAR_GEN1 74 75config ARCH_R8A7779 76 bool "R-Car H1 (R8A77790)" 77 select ARCH_RCAR_GEN1 78 79config ARCH_R8A7790 80 bool "R-Car H2 (R8A77900)" 81 select ARCH_RCAR_GEN2 82 select I2C 83 84config ARCH_R8A7791 85 bool "R-Car M2-W (R8A77910)" 86 select ARCH_RCAR_GEN2 87 select I2C 88 89config ARCH_R8A7793 90 bool "R-Car M2-N (R8A7793)" 91 select ARCH_RCAR_GEN2 92 select I2C 93 94config ARCH_R8A7794 95 bool "R-Car E2 (R8A77940)" 96 select ARCH_RCAR_GEN2 97 98config ARCH_SH73A0 99 bool "SH-Mobile AG5 (R8A73A00)" 100 select ARCH_RMOBILE 101 select RENESAS_INTC_IRQPIN 102endif 103