]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/soc/codecs/Kconfig
8b4bb5c5af2687ce787601e1b49248a9b2ffe492
[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_SSM2602
8         select SND_SOC_UDA1380
9         select SND_SOC_WM8510
10         select SND_SOC_WM8580
11         select SND_SOC_WM8731
12         select SND_SOC_WM8750
13         select SND_SOC_WM8753
14         select SND_SOC_WM8900
15         select SND_SOC_WM8903
16         select SND_SOC_WM8990
17         select SND_SOC_CS4270
18         select SND_SOC_TLV320AIC26
19         select SND_SOC_TLV320AIC3X
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 config SND_SOC_UDA1380
40         tristate
41
42 config SND_SOC_WM8510
43         tristate
44
45 config SND_SOC_WM8580
46         tristate
47
48 config SND_SOC_WM8731
49         tristate
50
51 config SND_SOC_WM8750
52         tristate
53
54 config SND_SOC_WM8753
55         tristate
56
57 config SND_SOC_WM8900
58         tristate
59
60 config SND_SOC_WM8903
61         tristate
62
63 config SND_SOC_WM8990
64         tristate
65
66 config SND_SOC_WM9712
67         tristate
68
69 config SND_SOC_WM9713
70         tristate
71
72 # Cirrus Logic CS4270 Codec
73 config SND_SOC_CS4270
74         tristate
75
76 # Cirrus Logic CS4270 Codec Hardware Mute Support
77 # Select if you have external muting circuitry attached to your CS4270.
78 config SND_SOC_CS4270_HWMUTE
79         bool
80         depends on SND_SOC_CS4270
81
82 # Cirrus Logic CS4270 Codec VD = 3.3V Errata
83 # Select if you are affected by the errata where the part will not function
84 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V.  The driver will
85 # not select any sample rates that require MCLK to be divided by 1.5.
86 config SND_SOC_CS4270_VD33_ERRATA
87         bool
88         depends on SND_SOC_CS4270
89
90 config SND_SOC_TLV320AIC26
91         tristate "TI TLV320AIC26 Codec support"
92         depends on SND_SOC && SPI
93
94 config SND_SOC_TLV320AIC3X
95         tristate
96         depends on I2C
97
98 config SND_SOC_SSM2602
99         tristate