blob: 344ec73d252e7ca6ed12b7fa15e1e5fe8329d775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
config SND_WMT_SOC
bool "SoC Audio for the WMT chip"
depends on ARCH_WMT && SND && SND_SOC
help
Say Y or M if you want to add support for codecs attached to
the WMT AC97, I2S interface. You will also need
to select the audio interfaces to support below.
#
# WMT ALSA I2S driver
#
config SND_WMT_SOC_I2S
bool "SoC I2S Audio support for WMT"
depends on SND_WMT_SOC
---help---
Say Y or M if you want to add support for codecs attached to
the WMT I2S interface.
config SND_WMT_SOC_PDM
bool "SoC PDM Audio Interface support for WMT"
depends on SND_WMT_SOC
---help---
Say Y or M if you want to add support for codecs attached to
the WMT PDM interface.
config I2S_HW_DAC
bool "HW_DAC"
depends on SND_WMT_SOC_I2S
select SND_SOC_HWDAC
---help---
Say Y here if you want to use HW DAC.
config I2S_CODEC_VT1602
bool "VT1602"
depends on SND_WMT_SOC_I2S
select SND_SOC_VT1602
---help---
Say Y here if you want to use VT1602 as the I2S Codec.
config I2S_CODEC_WM8900
bool "WM8900"
depends on SND_WMT_SOC_I2S
select SND_SOC_WM8900
---help---
Say Y here if you want to use WM8900 as the I2S Codec.
config I2S_CODEC_WM8994
bool "WM8994"
depends on SND_WMT_SOC_I2S
select SND_SOC_WM8994
---help---
Say Y here if you want to use WM8994 as the I2S Codec.
config I2S_CODEC_VT1603
bool "VT1603"
depends on SND_WMT_SOC_I2S
select SND_SOC_VT1603
---help---
Say Y here if you want to use VT1603 as the I2S Codec.
config ECHO_CANCELLATION_FM34
tristate "FM34"
select SND_SOC_WMT_FM34
---help---
Say Y here if you want to use fm34 to echo cancallation.
|