Linux Audio

Check our new training course

Loading...
v6.13.7
 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.5.6
 1config ARM_GIC
 2	select IRQ_DOMAIN
 3	select MULTI_IRQ_HANDLER
 4	bool
 5
 6config GIC_NON_BANKED
 7	bool
 8
 9config ARM_VIC
10	select IRQ_DOMAIN
11	select MULTI_IRQ_HANDLER
12	bool
13
14config ARM_VIC_NR
15	int
16	default 4 if ARCH_S5PV210
17	default 3 if ARCH_S5PC100
18	default 2
19	depends on ARM_VIC
20	help
21	  The maximum number of VICs available in the system, for
22	  power management.
23
24config ICST
25	bool
26
27config SA1111
28	bool
29	select DMABOUNCE if !ARCH_PXA
30
31config DMABOUNCE
32	bool
33	select ZONE_DMA
34
35config SHARP_LOCOMO
36	bool
37
38config SHARP_PARAM
39	bool
40
41config SHARP_SCOOP
42	bool