Kconfig (28223889603a0a933d8a2339af3eb318f676320b) Kconfig (2c53debbbf04eb40854fa33813514828fa455783)
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

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

36 tristate
37
38config SND_SOC_INTEL_SOF_CIRRUS_COMMON
39 tristate
40
41if SND_SOC_INTEL_CATPT
42
43config SND_SOC_INTEL_HASWELL_MACH
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

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

36 tristate
37
38config SND_SOC_INTEL_SOF_CIRRUS_COMMON
39 tristate
40
41if SND_SOC_INTEL_CATPT
42
43config SND_SOC_INTEL_HASWELL_MACH
44 tristate "Haswell Lynxpoint"
44 tristate "Haswell with RT5640 I2S codec"
45 depends on I2C
46 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST
47 depends on X86_INTEL_LPSS || COMPILE_TEST
48 select SND_SOC_RT5640
49 help
50 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
51 Ultrabook platforms. This is a recommended option.
52 Say Y or m if you have such a device.

--- 633 unchanged lines hidden ---
45 depends on I2C
46 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST
47 depends on X86_INTEL_LPSS || COMPILE_TEST
48 select SND_SOC_RT5640
49 help
50 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
51 Ultrabook platforms. This is a recommended option.
52 Say Y or m if you have such a device.

--- 633 unchanged lines hidden ---