Kconfig (eda12425b266b85a8c4b8f4f25ca8afc7e36070f) Kconfig (f139546fb7d436145cbbffa346de7d5353c84fdf)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SND_SOC_INTEL_MACH
3 bool "Intel Machine drivers"
4 depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
5 help
6 Intel ASoC Machine Drivers. If you have a Intel machine that
7 has an audio controller with a DSP and I2S or DMIC port, then
8 enable this option by saying Y

--- 310 unchanged lines hidden (view full) ---

319 help
320 This adds support for ASoC machine driver for Broxton platforms
321 with RT286 I2S audio codec.
322 Say Y or m if you have such a device. This is a recommended option.
323 If unsure select "N".
324
325endif ## SND_SOC_INTEL_APL
326
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SND_SOC_INTEL_MACH
3 bool "Intel Machine drivers"
4 depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
5 help
6 Intel ASoC Machine Drivers. If you have a Intel machine that
7 has an audio controller with a DSP and I2S or DMIC port, then
8 enable this option by saying Y

--- 310 unchanged lines hidden (view full) ---

319 help
320 This adds support for ASoC machine driver for Broxton platforms
321 with RT286 I2S audio codec.
322 Say Y or m if you have such a device. This is a recommended option.
323 If unsure select "N".
324
325endif ## SND_SOC_INTEL_APL
326
327if SND_SOC_SOF_APOLLOLAKE
328
329config SND_SOC_INTEL_SOF_WM8804_MACH
330 tristate "SOF with Wolfson/Cirrus WM8804 codec"
331 depends on I2C && ACPI
332 depends on MFD_INTEL_LPSS || COMPILE_TEST
333 select SND_SOC_WM8804_I2C
334 help
335 This adds support for ASoC machine driver for Intel platforms
336 with the Wolfson/Cirrus WM8804 I2S audio codec.
337 Say Y or m if you have such a device. This is a recommended option.
338 If unsure select "N".
339
340endif ## SND_SOC_SOF_APOLLOLAKE
341
327if SND_SOC_INTEL_KBL
328
329config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
330 tristate "KBL with RT5663 and MAX98927 in I2S Mode"
331 depends on I2C && ACPI && GPIOLIB
332 depends on MFD_INTEL_LPSS || COMPILE_TEST
333 select SND_SOC_RT5663
334 select SND_SOC_MAX98927

--- 233 unchanged lines hidden ---
342if SND_SOC_INTEL_KBL
343
344config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
345 tristate "KBL with RT5663 and MAX98927 in I2S Mode"
346 depends on I2C && ACPI && GPIOLIB
347 depends on MFD_INTEL_LPSS || COMPILE_TEST
348 select SND_SOC_RT5663
349 select SND_SOC_MAX98927

--- 233 unchanged lines hidden ---