make kprobes.c:kretprobe_table_lock() static
[linux-2.6/mini2440.git] / sound / soc / codecs / Kconfig
blob4975d8573e4f51414cf2a24c03943c56fd1eeb51
1 config SND_SOC_ALL_CODECS
2         tristate "Build all ASoC CODEC drivers"
3         depends on I2C
4         select SPI
5         select SPI_MASTER
6         select SND_SOC_AD73311
7         select SND_SOC_AK4535
8         select SND_SOC_CS4270
9         select SND_SOC_SSM2602
10         select SND_SOC_TLV320AIC23
11         select SND_SOC_TLV320AIC26
12         select SND_SOC_TLV320AIC3X
13         select SND_SOC_UDA1380
14         select SND_SOC_WM8510
15         select SND_SOC_WM8580
16         select SND_SOC_WM8731
17         select SND_SOC_WM8750
18         select SND_SOC_WM8753
19         select SND_SOC_WM8900
20         select SND_SOC_WM8903
21         select SND_SOC_WM8971
22         select SND_SOC_WM8990
23         help
24           Normally ASoC codec drivers are only built if a machine driver which
25           uses them is also built since they are only usable with a machine
26           driver.  Selecting this option will allow these drivers to be built
27           without an explicit machine driver for test and development purposes.
29           If unsure select "N".
32 config SND_SOC_AC97_CODEC
33         tristate
34         select SND_AC97_CODEC
36 config SND_SOC_AD1980
37         tristate
39 config SND_SOC_AD73311
40         tristate
42 config SND_SOC_AK4535
43         tristate
45 # Cirrus Logic CS4270 Codec
46 config SND_SOC_CS4270
47         tristate
49 # Cirrus Logic CS4270 Codec Hardware Mute Support
50 # Select if you have external muting circuitry attached to your CS4270.
51 config SND_SOC_CS4270_HWMUTE
52         bool
53         depends on SND_SOC_CS4270
55 # Cirrus Logic CS4270 Codec VD = 3.3V Errata
56 # Select if you are affected by the errata where the part will not function
57 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V.  The driver will
58 # not select any sample rates that require MCLK to be divided by 1.5.
59 config SND_SOC_CS4270_VD33_ERRATA
60         bool
61         depends on SND_SOC_CS4270
63 config SND_SOC_SSM2602
64         tristate
66 config SND_SOC_TLV320AIC23
67         tristate
68         depends on I2C
70 config SND_SOC_TLV320AIC26
71         tristate "TI TLV320AIC26 Codec support"
72         depends on SPI
74 config SND_SOC_TLV320AIC3X
75         tristate
76         depends on I2C
78 config SND_SOC_UDA1380
79         tristate
81 config SND_SOC_WM8510
82         tristate
84 config SND_SOC_WM8580
85         tristate
87 config SND_SOC_WM8731
88         tristate
90 config SND_SOC_WM8750
91         tristate
93 config SND_SOC_WM8753
94         tristate
96 config SND_SOC_WM8900
97         tristate
99 config SND_SOC_WM8903
100         tristate
102 config SND_SOC_WM8971
103         tristate
105 config SND_SOC_WM8990
106         tristate
108 config SND_SOC_WM9712
109         tristate
111 config SND_SOC_WM9713
112         tristate