]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/soc/codecs/Kconfig
ALSA: ASoC: Sort Kconfig and Makefile entries for codecs
[linux-2.6-omap-h63xx.git] / sound / soc / codecs / Kconfig
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_AK4535
7         select SND_SOC_CS4270
8         select SND_SOC_SSM2602
9         select SND_SOC_TLV320AIC26
10         select SND_SOC_TLV320AIC3X
11         select SND_SOC_UDA1380
12         select SND_SOC_WM8510
13         select SND_SOC_WM8580
14         select SND_SOC_WM8731
15         select SND_SOC_WM8750
16         select SND_SOC_WM8753
17         select SND_SOC_WM8900
18         select SND_SOC_WM8903
19         select SND_SOC_WM8990
20         help
21           Normally ASoC codec drivers are only built if a machine driver which
22           uses them is also built since they are only usable with a machine
23           driver.  Selecting this option will allow these drivers to be built
24           without an explicit machine driver for test and development purposes.
25
26           If unsure select "N".
27
28
29 config SND_SOC_AC97_CODEC
30         tristate
31         select SND_AC97_CODEC
32
33 config SND_SOC_AD1980
34         tristate
35
36 config SND_SOC_AK4535
37         tristate
38
39 # Cirrus Logic CS4270 Codec
40 config SND_SOC_CS4270
41         tristate
42
43 # Cirrus Logic CS4270 Codec Hardware Mute Support
44 # Select if you have external muting circuitry attached to your CS4270.
45 config SND_SOC_CS4270_HWMUTE
46         bool
47         depends on SND_SOC_CS4270
48
49 # Cirrus Logic CS4270 Codec VD = 3.3V Errata
50 # Select if you are affected by the errata where the part will not function
51 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V.  The driver will
52 # not select any sample rates that require MCLK to be divided by 1.5.
53 config SND_SOC_CS4270_VD33_ERRATA
54         bool
55         depends on SND_SOC_CS4270
56
57 config SND_SOC_SSM2602
58         tristate
59
60 config SND_SOC_TLV320AIC26
61         tristate "TI TLV320AIC26 Codec support"
62         depends on SND_SOC && SPI
63
64 config SND_SOC_TLV320AIC3X
65         tristate
66         depends on I2C
67
68 config SND_SOC_UDA1380
69         tristate
70
71 config SND_SOC_WM8510
72         tristate
73
74 config SND_SOC_WM8580
75         tristate
76
77 config SND_SOC_WM8731
78         tristate
79
80 config SND_SOC_WM8750
81         tristate
82
83 config SND_SOC_WM8753
84         tristate
85
86 config SND_SOC_WM8900
87         tristate
88
89 config SND_SOC_WM8903
90         tristate
91
92 config SND_SOC_WM8990
93         tristate
94
95 config SND_SOC_WM9712
96         tristate
97
98 config SND_SOC_WM9713
99         tristate