Linux Audio

Check our new training course

Loading...
v6.9.4
 1# SPDX-License-Identifier: GPL-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 2config SA1111
 3	bool
 4	select ZONE_DMA if ARCH_SA1100
 
 
 
 
 5
 6config KRAIT_L2_ACCESSORS
 7	bool
 8
 9config SHARP_LOCOMO
10	bool
11
12config SHARP_PARAM
13	bool
14
15config SHARP_SCOOP
16	bool
v3.1
 1config ARM_GIC
 2	bool
 3
 4config ARM_VIC
 5	bool
 6
 7config ARM_VIC_NR
 8	int
 9	default 4 if ARCH_S5PV210
10	default 3 if ARCH_S5PC100
11	default 2
12	depends on ARM_VIC
13	help
14	  The maximum number of VICs available in the system, for
15	  power management.
16
17config ICST
18	bool
19
20config PL330
21	bool
22
23config SA1111
24	bool
25	select DMABOUNCE if !ARCH_PXA
26
27config DMABOUNCE
28	bool
29	select ZONE_DMA
30
31config TIMER_ACORN
32	bool
33
34config SHARP_LOCOMO
35	bool
36
37config SHARP_PARAM
38	bool
39
40config SHARP_SCOOP
41	bool