Kconfig (73ea3a5dbbefa792746e258e267a1e066a6ac855) | Kconfig (df5f5edaef4b653fa731dcf3753e71766f95c2cd) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 tristate 20 21config SND_SOC_INTEL_CATPT 22 tristate "Haswell and Broadwell" 23 depends on ACPI || COMPILE_TEST 24 depends on DMADEVICES && SND_DMA_SGBUF 25 select DW_DMAC_CORE 26 select SND_SOC_ACPI_INTEL_MATCH | 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 --- 10 unchanged lines hidden (view full) --- 19 tristate 20 21config SND_SOC_INTEL_CATPT 22 tristate "Haswell and Broadwell" 23 depends on ACPI || COMPILE_TEST 24 depends on DMADEVICES && SND_DMA_SGBUF 25 select DW_DMAC_CORE 26 select SND_SOC_ACPI_INTEL_MATCH |
27 select WANT_DEV_COREDUMP | |
28 help 29 Enable support for Intel(R) Haswell and Broadwell platforms 30 with I2S codec present. This is a recommended option. 31 Say Y or m if you have such device. 32 If unsure, say N. 33 34config SND_SOC_INTEL_HASWELL 35 tristate --- 15 unchanged lines hidden (view full) --- 51 which is not in the standard firmware tree 52 53config SND_SST_ATOM_HIFI2_PLATFORM_ACPI 54 tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms" 55 default ACPI 56 depends on X86 && ACPI && PCI 57 select SND_SST_ATOM_HIFI2_PLATFORM 58 select SND_SOC_ACPI_INTEL_MATCH | 27 help 28 Enable support for Intel(R) Haswell and Broadwell platforms 29 with I2S codec present. This is a recommended option. 30 Say Y or m if you have such device. 31 If unsure, say N. 32 33config SND_SOC_INTEL_HASWELL 34 tristate --- 15 unchanged lines hidden (view full) --- 50 which is not in the standard firmware tree 51 52config SND_SST_ATOM_HIFI2_PLATFORM_ACPI 53 tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms" 54 default ACPI 55 depends on X86 && ACPI && PCI 56 select SND_SST_ATOM_HIFI2_PLATFORM 57 select SND_SOC_ACPI_INTEL_MATCH |
58 select SND_INTEL_DSP_CONFIG |
|
59 select IOSF_MBI 60 help 61 If you have a Intel Baytrail or Cherrytrail platform with an I2S 62 codec, then enable this option by saying Y or m. This is a 63 recommended option 64 This option is mutually exclusive with the SOF support on 65 Baytrail/Cherrytrail. If you want to enable SOF on 66 Baytrail/Cherrytrail, you need to deselect this option first. --- 143 unchanged lines hidden --- | 59 select IOSF_MBI 60 help 61 If you have a Intel Baytrail or Cherrytrail platform with an I2S 62 codec, then enable this option by saying Y or m. This is a 63 recommended option 64 This option is mutually exclusive with the SOF support on 65 Baytrail/Cherrytrail. If you want to enable SOF on 66 Baytrail/Cherrytrail, you need to deselect this option first. --- 143 unchanged lines hidden --- |