Kconfig (728d90bdc9e480dc93913e59a0aa3c896c7aa697) | Kconfig (df7257e544faf838c3e7ad6b4e89ffe59e87f5e1) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_INTEL_SST_TOPLEVEL 3 bool "Intel ASoC SST drivers" 4 default y 5 depends on X86 || COMPILE_TEST 6 select SND_SOC_INTEL_MACH 7 help 8 Intel ASoC SST Platform Drivers. If you have a Intel machine that --- 87 unchanged lines hidden (view full) --- 96 select SND_SST_IPC_ACPI 97 select SND_SST_ATOM_HIFI2_PLATFORM 98 select SND_SOC_ACPI_INTEL_MATCH 99 select IOSF_MBI 100 help 101 If you have a Intel Baytrail or Cherrytrail platform with an I2S 102 codec, then enable this option by saying Y or m. This is a 103 recommended option | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_INTEL_SST_TOPLEVEL 3 bool "Intel ASoC SST drivers" 4 default y 5 depends on X86 || COMPILE_TEST 6 select SND_SOC_INTEL_MACH 7 help 8 Intel ASoC SST Platform Drivers. If you have a Intel machine that --- 87 unchanged lines hidden (view full) --- 96 select SND_SST_IPC_ACPI 97 select SND_SST_ATOM_HIFI2_PLATFORM 98 select SND_SOC_ACPI_INTEL_MATCH 99 select IOSF_MBI 100 help 101 If you have a Intel Baytrail or Cherrytrail platform with an I2S 102 codec, then enable this option by saying Y or m. This is a 103 recommended option |
104 This option is mutually exclusive with the SOF support on 105 Baytrail/Cherrytrail. If you want to enable SOF on 106 Baytrail/Cherrytrail, you need to deselect this option first. |
|
104 105config SND_SOC_INTEL_SKYLAKE 106 tristate "All Skylake/SST Platforms" 107 depends on PCI && ACPI 108 depends on COMMON_CLK 109 select SND_SOC_INTEL_SKL 110 select SND_SOC_INTEL_APL 111 select SND_SOC_INTEL_KBL --- 129 unchanged lines hidden --- | 107 108config SND_SOC_INTEL_SKYLAKE 109 tristate "All Skylake/SST Platforms" 110 depends on PCI && ACPI 111 depends on COMMON_CLK 112 select SND_SOC_INTEL_SKL 113 select SND_SOC_INTEL_APL 114 select SND_SOC_INTEL_KBL --- 129 unchanged lines hidden --- |