Kconfig 8.2 KB
Newer Older
1 2
config SND_MFLD_MACHINE
	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3
	depends on INTEL_SCU_IPC
4
	select SND_SOC_SN95031
5
	select SND_SST_ATOM_HIFI2_PLATFORM
6
	select SND_SST_IPC_PCI
7 8 9
	help
          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
          used as alsa device in audio substem in Intel(R) MID devices
10
          Say Y if you have such a device.
11 12
          If unsure select "N".

13
config SND_SST_ATOM_HIFI2_PLATFORM
14
	tristate
15
	select SND_SOC_COMPRESS
16

17 18 19
config SND_SST_IPC
	tristate

20 21 22 23
config SND_SST_IPC_PCI
	tristate
	select SND_SST_IPC

V
Vinod Koul 已提交
24 25 26
config SND_SST_IPC_ACPI
	tristate
	select SND_SST_IPC
27
	select SND_SOC_INTEL_SST
28
	select IOSF_MBI
V
Vinod Koul 已提交
29

30
config SND_SOC_INTEL_SST
31
	tristate
32
	select SND_SOC_INTEL_SST_ACPI if ACPI
33
	select SND_SOC_INTEL_SST_MATCH if ACPI
34
	depends on (X86 || COMPILE_TEST)
35

36 37 38 39 40 41
# firmware stuff depends DW_DMAC_CORE; since there is no depends-on from
# the reverse selection, each machine driver needs to select
# SND_SOC_INTEL_SST_FIRMWARE carefully depending on DW_DMAC_CORE
config SND_SOC_INTEL_SST_FIRMWARE
	tristate

42 43 44
config SND_SOC_INTEL_SST_ACPI
	tristate

45 46 47
config SND_SOC_INTEL_SST_MATCH
	tristate

48 49
config SND_SOC_INTEL_HASWELL
	tristate
50
	select SND_SOC_INTEL_SST_FIRMWARE
51

52 53 54
config SND_SOC_INTEL_BAYTRAIL
	tristate

55
config SND_SOC_INTEL_HASWELL_MACH
56
	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
57
	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
58
	depends on DW_DMAC_CORE
59
	select SND_SOC_INTEL_SST
60 61 62
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5640
	help
63
	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
64
	  Ultrabook platforms.
65
	  Say Y if you have such a device.
66
	  If unsure select "N".
67

68 69 70 71 72 73 74 75 76 77 78 79
config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
	tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
	depends on X86 && ACPI && I2C
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_DA7219
	select SND_SOC_MAX98357A
	select SND_SOC_DMIC
	select SND_SOC_HDAC_HDMI
	select SND_HDA_DSP_LOADER
	help
	   This adds support for ASoC machine driver for Broxton-P platforms
	   with DA7219 + MAX98357A I2S audio codec.
80
	   Say Y if you have such a device.
81 82
	   If unsure select "N".

83 84 85 86 87 88 89 90 91 92 93
config SND_SOC_INTEL_BXT_RT298_MACH
	tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
	depends on X86 && ACPI && I2C
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_RT298
	select SND_SOC_DMIC
	select SND_SOC_HDAC_HDMI
	select SND_HDA_DSP_LOADER
	help
	   This adds support for ASoC machine driver for Broxton platforms
	   with RT286 I2S audio codec.
94
	   Say Y if you have such a device.
95 96
	   If unsure select "N".

97 98
config SND_SOC_INTEL_BYT_RT5640_MACH
	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
99
	depends on X86_INTEL_LPSS && I2C
100
	depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
101
	select SND_SOC_INTEL_SST
102
	select SND_SOC_INTEL_SST_FIRMWARE
103 104 105 106
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_RT5640
	help
	  This adds audio driver for Intel Baytrail platform based boards
107
	  with the RT5640 audio codec. This driver is deprecated, use
108
	  SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
109 110 111

config SND_SOC_INTEL_BYT_MAX98090_MACH
	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
112
	depends on X86_INTEL_LPSS && I2C
113
	depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
114
	select SND_SOC_INTEL_SST
115
	select SND_SOC_INTEL_SST_FIRMWARE
116 117 118 119 120
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_MAX98090
	help
	  This adds audio driver for Intel Baytrail platform based boards
	  with the MAX98090 audio codec.
121

122 123 124 125 126 127 128 129 130 131 132
config SND_SOC_INTEL_BDW_RT5677_MACH
	tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
	depends on X86_INTEL_LPSS && GPIOLIB && I2C && DW_DMAC
	depends on DW_DMAC_CORE=y
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5677
	help
	  This adds support for Intel Broadwell platform based boards with
	  the RT5677 audio codec.

133 134
config SND_SOC_INTEL_BROADWELL_MACH
	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
135
	depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
136
		   I2C_DESIGNWARE_PLATFORM
137
	depends on DW_DMAC_CORE
138
	select SND_SOC_INTEL_SST
139 140 141 142 143
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT286
	help
	  This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
	  Ultrabook platforms.
144
	  Say Y if you have such a device.
145
	  If unsure select "N".
146 147

config SND_SOC_INTEL_BYTCR_RT5640_MACH
148
        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
149
	depends on X86 && I2C && ACPI
150
	select SND_SOC_RT5640
151
	select SND_SST_ATOM_HIFI2_PLATFORM
152
	select SND_SST_IPC_ACPI
153
	select SND_SOC_INTEL_SST_MATCH if ACPI
154
	help
155 156
          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
          platforms with RT5640 audio codec.
157
          Say Y if you have such a device.
158
          If unsure select "N".
159

160 161
config SND_SOC_INTEL_BYTCR_RT5651_MACH
        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
162
	depends on X86 && I2C && ACPI
163
	select SND_SOC_RT5651
164
	select SND_SST_ATOM_HIFI2_PLATFORM
165
	select SND_SST_IPC_ACPI
166
	select SND_SOC_INTEL_SST_MATCH if ACPI
167 168 169
	help
          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
          platforms with RT5651 audio codec.
170
          Say Y if you have such a device.
171 172
          If unsure select "N".

173 174
config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
175
        depends on X86_INTEL_LPSS && I2C && ACPI
176
        select SND_SOC_RT5670
177
        select SND_SST_ATOM_HIFI2_PLATFORM
178
        select SND_SST_IPC_ACPI
179
	select SND_SOC_INTEL_SST_MATCH if ACPI
180 181 182
        help
          This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
          platforms with RT5672 audio codec.
183
          Say Y if you have such a device.
184
          If unsure select "N".
185 186

config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
187
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
188
	depends on X86_INTEL_LPSS && I2C && ACPI
189
	select SND_SOC_RT5645
190
	select SND_SST_ATOM_HIFI2_PLATFORM
191
	select SND_SST_IPC_ACPI
192
	select SND_SOC_INTEL_SST_MATCH if ACPI
193 194
	help
	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
195
	  platforms with RT5645/5650 audio codec.
196
	  If unsure select "N".
197 198 199

config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
200
	depends on X86_INTEL_LPSS && I2C && ACPI
201 202
	select SND_SOC_MAX98090
	select SND_SOC_TS3A227E
203
	select SND_SST_ATOM_HIFI2_PLATFORM
204
	select SND_SST_IPC_ACPI
205
	select SND_SOC_INTEL_SST_MATCH if ACPI
206
	help
207 208 209
	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
	  platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
	  If unsure select "N".
210 211 212 213

config SND_SOC_INTEL_SKYLAKE
	tristate
	select SND_HDA_EXT_CORE
214
	select SND_HDA_DSP_LOADER
215
	select SND_SOC_TOPOLOGY
216
	select SND_SOC_INTEL_SST
217 218 219

config SND_SOC_INTEL_SKL_RT286_MACH
	tristate "ASoC Audio driver for SKL with RT286 I2S mode"
220
	depends on X86 && ACPI && I2C
221 222 223
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_RT286
	select SND_SOC_DMIC
224
	select SND_SOC_HDAC_HDMI
225 226 227
	help
	   This adds support for ASoC machine driver for Skylake platforms
	   with RT286 I2S audio codec.
228
	   Say Y if you have such a device.
229
	   If unsure select "N".
230 231 232 233 234 235 236 237

config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
	tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
	depends on X86_INTEL_LPSS && I2C
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_NAU8825
	select SND_SOC_SSM4567
	select SND_SOC_DMIC
238
	select SND_SOC_HDAC_HDMI
239 240 241
	help
	  This adds support for ASoC Onboard Codec I2S machine driver. This will
	  create an alsa sound card for NAU88L25 + SSM4567.
242
	  Say Y if you have such a device.
243
	  If unsure select "N".
244 245 246 247 248 249 250 251

config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
	tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
	depends on X86_INTEL_LPSS && I2C
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_NAU8825
	select SND_SOC_MAX98357A
	select SND_SOC_DMIC
252
	select SND_SOC_HDAC_HDMI
253 254 255
	help
	  This adds support for ASoC Onboard Codec I2S machine driver. This will
	  create an alsa sound card for NAU88L25 + MAX98357A.
256
	  Say Y if you have such a device.
257
	  If unsure select "N".