blob: aeb2eed085988bb853685cc0174b192de0b4f054 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001config 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 HAVE_ARM_ARCH_TIMER
19 select PM
20 select PM_GENERIC_DOMAINS
21 select RENESAS_IRQC
22 select SYS_SUPPORTS_SH_CMT
23
24config ARCH_RMOBILE
25 bool
26 select PM_RMOBILE
27 select SYS_SUPPORTS_SH_CMT
28 select SYS_SUPPORTS_SH_TMU
29
30menuconfig ARCH_RENESAS
31 bool "Renesas ARM SoCs"
32 depends on ARCH_MULTI_V7 && MMU
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 HAVE_ARM_ARCH_TIMER
63 select RENESAS_IRQC
64
65config ARCH_R8A7740
66 bool "R-Mobile A1 (R8A77400)"
67 select ARCH_RMOBILE
68 select RENESAS_INTC_IRQPIN
69
70config ARCH_R8A7743
71 bool "RZ/G1M (R8A77430)"
72 select ARCH_RCAR_GEN2
73 select ARM_ERRATA_798181 if SMP
74
75config ARCH_R8A7745
76 bool "RZ/G1E (R8A77450)"
77 select ARCH_RCAR_GEN2
78
79config ARCH_R8A77470
80 bool "RZ/G1C (R8A77470)"
81 select ARCH_RCAR_GEN2
82
83config ARCH_R8A7778
84 bool "R-Car M1A (R8A77781)"
85 select ARCH_RCAR_GEN1
86
87config ARCH_R8A7779
88 bool "R-Car H1 (R8A77790)"
89 select ARCH_RCAR_GEN1
90
91config ARCH_R8A7790
92 bool "R-Car H2 (R8A77900)"
93 select ARCH_RCAR_GEN2
94 select ARM_ERRATA_798181 if SMP
95 select I2C
96
97config ARCH_R8A7791
98 bool "R-Car M2-W (R8A77910)"
99 select ARCH_RCAR_GEN2
100 select ARM_ERRATA_798181 if SMP
101 select I2C
102
103config ARCH_R8A7792
104 bool "R-Car V2H (R8A77920)"
105 select ARCH_RCAR_GEN2
106 select ARM_ERRATA_798181 if SMP
107
108config ARCH_R8A7793
109 bool "R-Car M2-N (R8A7793)"
110 select ARCH_RCAR_GEN2
111 select ARM_ERRATA_798181 if SMP
112 select I2C
113
114config ARCH_R8A7794
115 bool "R-Car E2 (R8A77940)"
116 select ARCH_RCAR_GEN2
117
118config ARCH_R9A06G032
119 bool "RZ/N1D (R9A06G032)"
120 select ARCH_RZN1
121
122config ARCH_RZN1
123 bool "RZ/N1 (R9A06G0xx) Family"
124 select ARM_AMBA
125 select CPU_V7
126
127config ARCH_SH73A0
128 bool "SH-Mobile AG5 (R8A73A00)"
129 select ARCH_RMOBILE
130 select RENESAS_INTC_IRQPIN
131endif