xref: /openbmc/linux/arch/arm/mach-shmobile/Kconfig (revision 160b8e75)
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_R8A7778
79	bool "R-Car M1A (R8A77781)"
80	select ARCH_RCAR_GEN1
81
82config ARCH_R8A7779
83	bool "R-Car H1 (R8A77790)"
84	select ARCH_RCAR_GEN1
85
86config ARCH_R8A7790
87	bool "R-Car H2 (R8A77900)"
88	select ARCH_RCAR_GEN2
89	select ARM_ERRATA_798181 if SMP
90	select I2C
91
92config ARCH_R8A7791
93	bool "R-Car M2-W (R8A77910)"
94	select ARCH_RCAR_GEN2
95	select ARM_ERRATA_798181 if SMP
96	select I2C
97
98config ARCH_R8A7792
99	bool "R-Car V2H (R8A77920)"
100	select ARCH_RCAR_GEN2
101	select ARM_ERRATA_798181 if SMP
102
103config ARCH_R8A7793
104	bool "R-Car M2-N (R8A7793)"
105	select ARCH_RCAR_GEN2
106	select ARM_ERRATA_798181 if SMP
107	select I2C
108
109config ARCH_R8A7794
110	bool "R-Car E2 (R8A77940)"
111	select ARCH_RCAR_GEN2
112
113config ARCH_SH73A0
114	bool "SH-Mobile AG5 (R8A73A00)"
115	select ARCH_RMOBILE
116	select RENESAS_INTC_IRQPIN
117endif
118