ASoC: Intel: sst: use ; instead of , at the of a C statement
[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 81 select SND_SOC_INTEL_HASWELL
afdb74fd
LG
82 select SND_SOC_RT286
83 help
84 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
85 Ultrabook platforms.
86 Say Y if you have such a device
87 If unsure select "N".
996cc849
SP
88
89config SND_SOC_INTEL_BYTCR_RT5640_MACH
90 tristate "ASoC Audio DSP Support for MID BYT Platform"
da042e3a 91 depends on X86 && I2C
996cc849
SP
92 select SND_SOC_RT5640
93 select SND_SST_MFLD_PLATFORM
94 select SND_SST_IPC_ACPI
95 help
96 This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
97 used as alsa device in audio substem in Intel(R) MID devices
98 Say Y if you have such a device
99 If unsure select "N".
026da220
ML
100
101config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
102 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
da042e3a 103 depends on X86_INTEL_LPSS && I2C
026da220
ML
104 select SND_SOC_RT5670
105 select SND_SST_MFLD_PLATFORM
106 select SND_SST_IPC_ACPI
107 help
108 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
109 platforms with RT5672 audio codec.
110 Say Y if you have such a device
111 If unsure select "N".
e18acdc0
FY
112
113config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
c4ba51ba 114 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
e18acdc0
FY
115 depends on X86_INTEL_LPSS
116 select SND_SOC_RT5645
117 select SND_SST_MFLD_PLATFORM
118 select SND_SST_IPC_ACPI
119 help
120 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
c4ba51ba 121 platforms with RT5645/5650 audio codec.
e18acdc0 122 If unsure select "N".
17119a46
FY
123
124config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
125 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
126 depends on X86_INTEL_LPSS
127 select SND_SOC_MAX98090
128 select SND_SOC_TS3A227E
129 select SND_SST_MFLD_PLATFORM
130 select SND_SST_IPC_ACPI
131 help
132 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
133 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
134 If unsure select "N".
This page took 0.198745 seconds and 5 git commands to generate.