Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[deliverable/linux.git] / sound / soc / intel / Kconfig
CommitLineData
e62255f2
VK
1config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
5914ccf4 3 depends on INTEL_SCU_IPC
e62255f2 4 select SND_SOC_SN95031
a355d678 5 select SND_SST_MFLD_PLATFORM
f533a035 6 select SND_SST_IPC_PCI
e62255f2
VK
7 help
8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform
9 used as alsa device in audio substem in Intel(R) MID devices
10 Say Y if you have such a device
11 If unsure select "N".
12
a355d678 13config SND_SST_MFLD_PLATFORM
e62255f2 14 tristate
ddfa40b1 15
0fbc7d73
VK
16config SND_SST_IPC
17 tristate
18
f533a035
VK
19config SND_SST_IPC_PCI
20 tristate
21 select SND_SST_IPC
22
336cfbb0
VK
23config SND_SST_IPC_ACPI
24 tristate
25 select SND_SST_IPC
26 depends on ACPI
27
ddfa40b1
LG
28config SND_SOC_INTEL_SST
29 tristate "ASoC support for Intel(R) Smart Sound Technology"
30 select SND_SOC_INTEL_SST_ACPI if ACPI
afd95490 31 depends on (X86 || COMPILE_TEST)
63ae1fe7 32 depends on DW_DMAC_CORE
ddfa40b1
LG
33 help
34 This adds support for Intel(R) Smart Sound Technology (SST).
35 Say Y if you have such a device
36 If unsure select "N".
37
38config SND_SOC_INTEL_SST_ACPI
39 tristate
40
5e4482fc
LG
41config SND_SOC_INTEL_HASWELL
42 tristate
90931b9e 43
20df8d03
JN
44config SND_SOC_INTEL_BAYTRAIL
45 tristate
46
90931b9e 47config SND_SOC_INTEL_HASWELL_MACH
a8282136 48 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
34084a43 49 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \
161aa49e 50 I2C_DESIGNWARE_PLATFORM
90931b9e
LG
51 select SND_SOC_INTEL_HASWELL
52 select SND_SOC_RT5640
53 help
a8282136 54 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
90931b9e 55 Ultrabook platforms.
a8282136
LG
56 Say Y if you have such a device
57 If unsure select "N".
20df8d03
JN
58
59config SND_SOC_INTEL_BYT_RT5640_MACH
60 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
f410d5c9 61 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
20df8d03
JN
62 select SND_SOC_INTEL_BAYTRAIL
63 select SND_SOC_RT5640
64 help
65 This adds audio driver for Intel Baytrail platform based boards
66 with the RT5640 audio codec.
9b351d46
JN
67
68config SND_SOC_INTEL_BYT_MAX98090_MACH
69 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
d8188f00 70 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
9b351d46
JN
71 select SND_SOC_INTEL_BAYTRAIL
72 select SND_SOC_MAX98090
73 help
74 This adds audio driver for Intel Baytrail platform based boards
75 with the MAX98090 audio codec.
afdb74fd
LG
76
77config SND_SOC_INTEL_BROADWELL_MACH
78 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
34084a43 79 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \
282a331f 80 I2C_DESIGNWARE_PLATFORM
afdb74fd
LG
81 select SND_SOC_INTEL_HASWELL
82 select SND_COMPRESS_OFFLOAD
83 select SND_SOC_RT286
84 help
85 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
86 Ultrabook platforms.
87 Say Y if you have such a device
88 If unsure select "N".
996cc849
SP
89
90config SND_SOC_INTEL_BYTCR_RT5640_MACH
91 tristate "ASoC Audio DSP Support for MID BYT Platform"
da042e3a 92 depends on X86 && I2C
996cc849
SP
93 select SND_SOC_RT5640
94 select SND_SST_MFLD_PLATFORM
95 select SND_SST_IPC_ACPI
96 help
97 This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
98 used as alsa device in audio substem in Intel(R) MID devices
99 Say Y if you have such a device
100 If unsure select "N".
026da220
ML
101
102config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
103 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
da042e3a 104 depends on X86_INTEL_LPSS && I2C
026da220
ML
105 select SND_SOC_RT5670
106 select SND_SST_MFLD_PLATFORM
107 select SND_SST_IPC_ACPI
108 help
109 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
110 platforms with RT5672 audio codec.
111 Say Y if you have such a device
112 If unsure select "N".
e18acdc0
FY
113
114config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
115 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645 codec"
116 depends on X86_INTEL_LPSS
117 select SND_SOC_RT5645
118 select SND_SST_MFLD_PLATFORM
119 select SND_SST_IPC_ACPI
120 help
121 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
122 platforms with RT5645 audio codec.
123 If unsure select "N".
This page took 0.181299 seconds and 5 git commands to generate.