forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-shmobile/Kconfig
....@@ -1,131 +1,10 @@
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 HAVE_ARM_ARCH_TIMER
19
- select PM
20
- select PM_GENERIC_DOMAINS
21
- select RENESAS_IRQC
22
- select SYS_SUPPORTS_SH_CMT
23
-
24
-config ARCH_RMOBILE
25
- bool
26
- select PM_RMOBILE
27
- select SYS_SUPPORTS_SH_CMT
28
- select SYS_SUPPORTS_SH_TMU
29
-
1
+# SPDX-License-Identifier: GPL-2.0
302 menuconfig ARCH_RENESAS
313 bool "Renesas ARM SoCs"
324 depends on ARCH_MULTI_V7 && MMU
33
- select ARCH_SHMOBILE
345 select ARM_GIC
356 select GPIOLIB
36
- select HAVE_ARM_SCU if SMP
37
- select HAVE_ARM_TWD if SMP
387 select NO_IOPORT_MAP
398 select PINCTRL
409 select SOC_BUS
4110 select ZONE_DMA if ARM_LPAE
42
-
43
-if ARCH_RENESAS
44
-
45
-#comment "Renesas ARM SoCs System Type"
46
-
47
-config ARCH_EMEV2
48
- bool "Emma Mobile EV2"
49
- select SYS_SUPPORTS_EM_STI
50
-
51
-config 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
-
58
-config 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
-
65
-config ARCH_R8A7740
66
- bool "R-Mobile A1 (R8A77400)"
67
- select ARCH_RMOBILE
68
- select RENESAS_INTC_IRQPIN
69
-
70
-config ARCH_R8A7743
71
- bool "RZ/G1M (R8A77430)"
72
- select ARCH_RCAR_GEN2
73
- select ARM_ERRATA_798181 if SMP
74
-
75
-config ARCH_R8A7745
76
- bool "RZ/G1E (R8A77450)"
77
- select ARCH_RCAR_GEN2
78
-
79
-config ARCH_R8A77470
80
- bool "RZ/G1C (R8A77470)"
81
- select ARCH_RCAR_GEN2
82
-
83
-config ARCH_R8A7778
84
- bool "R-Car M1A (R8A77781)"
85
- select ARCH_RCAR_GEN1
86
-
87
-config ARCH_R8A7779
88
- bool "R-Car H1 (R8A77790)"
89
- select ARCH_RCAR_GEN1
90
-
91
-config ARCH_R8A7790
92
- bool "R-Car H2 (R8A77900)"
93
- select ARCH_RCAR_GEN2
94
- select ARM_ERRATA_798181 if SMP
95
- select I2C
96
-
97
-config 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
-
103
-config ARCH_R8A7792
104
- bool "R-Car V2H (R8A77920)"
105
- select ARCH_RCAR_GEN2
106
- select ARM_ERRATA_798181 if SMP
107
-
108
-config 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
-
114
-config ARCH_R8A7794
115
- bool "R-Car E2 (R8A77940)"
116
- select ARCH_RCAR_GEN2
117
-
118
-config ARCH_R9A06G032
119
- bool "RZ/N1D (R9A06G032)"
120
- select ARCH_RZN1
121
-
122
-config ARCH_RZN1
123
- bool "RZ/N1 (R9A06G0xx) Family"
124
- select ARM_AMBA
125
- select CPU_V7
126
-
127
-config ARCH_SH73A0
128
- bool "SH-Mobile AG5 (R8A73A00)"
129
- select ARCH_RMOBILE
130
- select RENESAS_INTC_IRQPIN
131
-endif