Kconfig (d9dcd6c1c646496e5e306baabce330457cdf478c) | Kconfig (4965a68780c5ccad4082434e264953fba0f9bcf6) |
---|---|
1config ARCH_SHMOBILE 2 bool 3 4config PM_RMOBILE 5 bool 6 select PM 7 select PM_GENERIC_DOMAINS 8 --- 15 unchanged lines hidden (view full) --- 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 | 1config ARCH_SHMOBILE 2 bool 3 4config PM_RMOBILE 5 bool 6 select PM 7 select PM_GENERIC_DOMAINS 8 --- 15 unchanged lines hidden (view full) --- 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 --- 29 unchanged lines hidden (view full) --- 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 | 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 --- 29 unchanged lines hidden (view full) --- 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 |
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 --- 19 unchanged lines hidden (view full) --- 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 | 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 --- 19 unchanged lines hidden (view full) --- 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 |
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 | 112config ARCH_SH73A0 113 bool "SH-Mobile AG5 (R8A73A00)" 114 select ARCH_RMOBILE 115 select RENESAS_INTC_IRQPIN 116endif |