Kconfig (5d43889c07bb38694742936aa70d1187c012e198) Kconfig (bf98c1eac1d4a6bcf00532e4fa41d8126cd6c187)
1config ARCH_SHMOBILE
2 bool
3
1config ARCH_SHMOBILE_MULTI
2 bool "SH-Mobile Series" if ARCH_MULTI_V7
3 depends on MMU
4config ARCH_SHMOBILE_MULTI
5 bool "SH-Mobile Series" if ARCH_MULTI_V7
6 depends on MMU
7 select ARCH_SHMOBILE
4 select CPU_V7
5 select GENERIC_CLOCKEVENTS
6 select HAVE_ARM_SCU if SMP
7 select HAVE_ARM_TWD if LOCAL_TIMERS
8 select HAVE_SMP
9 select ARM_GIC
10 select MIGHT_HAVE_CACHE_L2X0
11 select NO_IOPORT

--- 13 unchanged lines hidden (view full) ---

25config MACH_KZM9D
26 bool "KZM9D board"
27 depends on ARCH_EMEV2
28 select REGULATOR_FIXED_VOLTAGE if REGULATOR
29
30comment "SH-Mobile System Configuration"
31endif
32
8 select CPU_V7
9 select GENERIC_CLOCKEVENTS
10 select HAVE_ARM_SCU if SMP
11 select HAVE_ARM_TWD if LOCAL_TIMERS
12 select HAVE_SMP
13 select ARM_GIC
14 select MIGHT_HAVE_CACHE_L2X0
15 select NO_IOPORT

--- 13 unchanged lines hidden (view full) ---

29config MACH_KZM9D
30 bool "KZM9D board"
31 depends on ARCH_EMEV2
32 select REGULATOR_FIXED_VOLTAGE if REGULATOR
33
34comment "SH-Mobile System Configuration"
35endif
36
33if ARCH_SHMOBILE
37if ARCH_SHMOBILE_LEGACY
34
35comment "SH-Mobile System Type"
36
37config ARCH_SH7372
38 bool "SH-Mobile AP4 (SH7372)"
39 select ARCH_WANT_OPTIONAL_GPIOLIB
40 select ARM_CPU_SUSPEND if PM || CPU_IDLE
41 select CPU_V7

--- 50 unchanged lines hidden (view full) ---

92 select ARCH_WANT_OPTIONAL_GPIOLIB
93 select ARM_GIC
94 select CPU_V7
95 select SH_CLK_CPG
96 select RENESAS_IRQC
97
98config ARCH_R8A7791
99 bool "R-Car M2 (R8A77910)"
38
39comment "SH-Mobile System Type"
40
41config ARCH_SH7372
42 bool "SH-Mobile AP4 (SH7372)"
43 select ARCH_WANT_OPTIONAL_GPIOLIB
44 select ARM_CPU_SUSPEND if PM || CPU_IDLE
45 select CPU_V7

--- 50 unchanged lines hidden (view full) ---

96 select ARCH_WANT_OPTIONAL_GPIOLIB
97 select ARM_GIC
98 select CPU_V7
99 select SH_CLK_CPG
100 select RENESAS_IRQC
101
102config ARCH_R8A7791
103 bool "R-Car M2 (R8A77910)"
104 select ARCH_WANT_OPTIONAL_GPIOLIB
100 select ARM_GIC
101 select CPU_V7
102 select SH_CLK_CPG
105 select ARM_GIC
106 select CPU_V7
107 select SH_CLK_CPG
108 select RENESAS_IRQC
103
104config ARCH_EMEV2
105 bool "Emma Mobile EV2"
106 select ARCH_WANT_OPTIONAL_GPIOLIB
107 select ARM_GIC
108 select CPU_V7
109
110config ARCH_EMEV2
111 bool "Emma Mobile EV2"
112 select ARCH_WANT_OPTIONAL_GPIOLIB
113 select ARM_GIC
114 select CPU_V7
115 select USE_OF
109
110config ARCH_R7S72100
111 bool "RZ/A1H (R7S72100)"
116
117config ARCH_R7S72100
118 bool "RZ/A1H (R7S72100)"
119 select ARCH_WANT_OPTIONAL_GPIOLIB
112 select ARM_GIC
113 select CPU_V7
114 select SH_CLK_CPG
115
116comment "SH-Mobile Board Type"
117
118config MACH_APE6EVM
119 bool "APE6EVM board"

--- 106 unchanged lines hidden (view full) ---

226
227 This is intended to aid developers
228
229config MACH_KOELSCH
230 bool "Koelsch board"
231 depends on ARCH_R8A7791
232 select USE_OF
233
120 select ARM_GIC
121 select CPU_V7
122 select SH_CLK_CPG
123
124comment "SH-Mobile Board Type"
125
126config MACH_APE6EVM
127 bool "APE6EVM board"

--- 106 unchanged lines hidden (view full) ---

234
235 This is intended to aid developers
236
237config MACH_KOELSCH
238 bool "Koelsch board"
239 depends on ARCH_R8A7791
240 select USE_OF
241
234config MACH_KZM9D
235 bool "KZM9D board"
236 depends on ARCH_EMEV2
237 select REGULATOR_FIXED_VOLTAGE if REGULATOR
238 select USE_OF
239
240config MACH_KZM9G
241 bool "KZM-A9-GT board"
242 depends on ARCH_SH73A0
243 select ARCH_HAS_CPUFREQ
244 select ARCH_HAS_OPP
245 select ARCH_REQUIRE_GPIOLIB
246 select REGULATOR_FIXED_VOLTAGE if REGULATOR
247 select SND_SOC_AK4642 if SND_SIMPLE_CARD

--- 21 unchanged lines hidden (view full) ---

269
270config SH_CLK_CPG
271 bool
272
273source "drivers/sh/Kconfig"
274
275endif
276
242config MACH_KZM9G
243 bool "KZM-A9-GT board"
244 depends on ARCH_SH73A0
245 select ARCH_HAS_CPUFREQ
246 select ARCH_HAS_OPP
247 select ARCH_REQUIRE_GPIOLIB
248 select REGULATOR_FIXED_VOLTAGE if REGULATOR
249 select SND_SOC_AK4642 if SND_SIMPLE_CARD

--- 21 unchanged lines hidden (view full) ---

271
272config SH_CLK_CPG
273 bool
274
275source "drivers/sh/Kconfig"
276
277endif
278
277if ARCH_SHMOBILE || ARCH_SHMOBILE_MULTI
279if ARCH_SHMOBILE
278
279menu "Timer and clock configuration"
280
281config SHMOBILE_TIMER_HZ
282 int "Kernel HZ (jiffies per second)"
283 range 32 1024
284 default "128"
285 help

--- 28 unchanged lines hidden ---
280
281menu "Timer and clock configuration"
282
283config SHMOBILE_TIMER_HZ
284 int "Kernel HZ (jiffies per second)"
285 range 32 1024
286 default "128"
287 help

--- 28 unchanged lines hidden ---