Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / Kconfig
1 config ARCH_SHMOBILE
2         bool
3
4 config PM_RMOBILE
5         bool
6         select PM
7         select PM_GENERIC_DOMAINS
8
9 config 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
16 config ARCH_RCAR_GEN2
17         bool
18         select PM
19         select PM_GENERIC_DOMAINS
20         select RENESAS_IRQC
21         select SYS_SUPPORTS_SH_CMT
22
23 config ARCH_RMOBILE
24         bool
25         select PM_RMOBILE
26         select SYS_SUPPORTS_SH_CMT
27         select SYS_SUPPORTS_SH_TMU
28
29 menuconfig 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
42 if ARCH_RENESAS
43
44 #comment "Renesas ARM SoCs System Type"
45
46 config ARCH_EMEV2
47         bool "Emma Mobile EV2"
48         select SYS_SUPPORTS_EM_STI
49
50 config 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
57 config ARCH_R8A73A4
58         bool "R-Mobile APE6 (R8A73A40)"
59         select ARCH_RMOBILE
60         select ARM_ERRATA_798181 if SMP
61         select RENESAS_IRQC
62
63 config ARCH_R8A7740
64         bool "R-Mobile A1 (R8A77400)"
65         select ARCH_RMOBILE
66         select RENESAS_INTC_IRQPIN
67
68 config ARCH_R8A7743
69         bool "RZ/G1M (R8A77430)"
70         select ARCH_RCAR_GEN2
71         select ARM_ERRATA_798181 if SMP
72
73 config ARCH_R8A7745
74         bool "RZ/G1E (R8A77450)"
75         select ARCH_RCAR_GEN2
76
77 config ARCH_R8A77470
78         bool "RZ/G1C (R8A77470)"
79         select ARCH_RCAR_GEN2
80
81 config ARCH_R8A7778
82         bool "R-Car M1A (R8A77781)"
83         select ARCH_RCAR_GEN1
84
85 config ARCH_R8A7779
86         bool "R-Car H1 (R8A77790)"
87         select ARCH_RCAR_GEN1
88
89 config ARCH_R8A7790
90         bool "R-Car H2 (R8A77900)"
91         select ARCH_RCAR_GEN2
92         select ARM_ERRATA_798181 if SMP
93         select I2C
94
95 config ARCH_R8A7791
96         bool "R-Car M2-W (R8A77910)"
97         select ARCH_RCAR_GEN2
98         select ARM_ERRATA_798181 if SMP
99         select I2C
100
101 config ARCH_R8A7792
102         bool "R-Car V2H (R8A77920)"
103         select ARCH_RCAR_GEN2
104         select ARM_ERRATA_798181 if SMP
105
106 config ARCH_R8A7793
107         bool "R-Car M2-N (R8A7793)"
108         select ARCH_RCAR_GEN2
109         select ARM_ERRATA_798181 if SMP
110         select I2C
111
112 config ARCH_R8A7794
113         bool "R-Car E2 (R8A77940)"
114         select ARCH_RCAR_GEN2
115
116 config ARCH_R9A06G032
117         bool "RZ/N1D (R9A06G032)"
118         select ARCH_RZN1
119
120 config ARCH_RZN1
121         bool "RZ/N1 (R9A06G0xx) Family"
122         select ARM_AMBA
123         select CPU_V7
124
125 config ARCH_SH73A0
126         bool "SH-Mobile AG5 (R8A73A00)"
127         select ARCH_RMOBILE
128         select RENESAS_INTC_IRQPIN
129 endif