brintos

brintos / linux-shallow public Read only

0
0
Text · 3.4 KiB · a32fb0a Raw
116 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_INTEL_SST_TOPLEVEL3	bool "Intel ASoC SST drivers"4	default y5	depends on X86 || COMPILE_TEST6	select SND_SOC_INTEL_MACH7	help8	  Intel ASoC SST Platform Drivers. If you have a Intel machine that9	  has an audio controller with a DSP and I2S or DMIC port, then10	  enable this option by saying Y11 12	  Note that the answer to this question doesn't directly affect the13	  kernel: saying N will just cause the configurator to skip all14	  the questions about Intel SST drivers.15 16if SND_SOC_INTEL_SST_TOPLEVEL17 18config SND_SOC_INTEL_SST19	tristate20 21config SND_SOC_INTEL_CATPT22	tristate "Haswell and Broadwell"23	depends on ACPI || COMPILE_TEST24	depends on DMADEVICES && SND_DMA_SGBUF25	select DW_DMAC_CORE26	select SND_SOC_ACPI if ACPI27	select WANT_DEV_COREDUMP28	select SND_INTEL_DSP_CONFIG29	help30	  Enable support for Intel(R) Haswell and Broadwell platforms31	  with I2S codec present. This is a recommended option.32	  Say Y or m if you have such device.33	  If unsure, say N.34 35config SND_SOC_INTEL_HASWELL36	tristate37	select SND_SOC_INTEL_CATPT38 39config SND_SST_ATOM_HIFI2_PLATFORM40	tristate41	select SND_SOC_COMPRESS42 43config SND_SST_ATOM_HIFI2_PLATFORM_PCI44	tristate "PCI HiFi2 (Merrifield) Platforms"45	depends on X86 && PCI46	select SND_SST_ATOM_HIFI2_PLATFORM47	help48	  If you have a Intel Merrifield/Edison platform, then49	  enable this option by saying Y or m. Distros will typically not50	  enable this option: while Merrifield/Edison can run a mainline51	  kernel with limited functionality it will require a firmware file52	  which is not in the standard firmware tree53 54config SND_SST_ATOM_HIFI2_PLATFORM_ACPI55	tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms"56	default ACPI57	depends on X86 && ACPI && PCI58	select SND_SST_ATOM_HIFI2_PLATFORM59	select SND_SOC_ACPI_INTEL_MATCH60	select SND_INTEL_DSP_CONFIG61	select IOSF_MBI62	help63	  If you have a Intel Baytrail or Cherrytrail platform with an I2S64	  codec, then enable this option by saying Y or m. This is a65	  recommended option66	  This option is mutually exclusive with the SOF support on67	  Baytrail/Cherrytrail. If you want to enable SOF on68	  Baytrail/Cherrytrail, you need to deselect this option first.69 70endif ## SND_SOC_INTEL_SST_TOPLEVEL71 72if SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL73 74config SND_SOC_ACPI_INTEL_MATCH75	tristate76	select SND_SOC_ACPI if ACPI77	# this option controls the compilation of ACPI matching tables and78	# helpers and is not meant to be selected by the user.79 80endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL81 82config SND_SOC_INTEL_KEEMBAY83	tristate "Keembay Platforms"84	depends on ARCH_KEEMBAY || COMPILE_TEST85	depends on COMMON_CLK86	select SND_DMAENGINE_PCM87	select SND_SOC_GENERIC_DMAENGINE_PCM88	help89	  If you have a Intel Keembay platform then enable this option90	  by saying Y or m.91 92config SND_SOC_INTEL_AVS93	tristate "Intel AVS driver"94	depends on X86 || COMPILE_TEST95	depends on PCI96	depends on COMMON_CLK97	select ACPI_NHLT if ACPI98	select SND_SOC_ACPI if ACPI99	select SND_SOC_TOPOLOGY100	select SND_SOC_HDA101	select SND_SOC_COMPRESS if DEBUG_FS102	select SND_HDA_EXT_CORE103	select SND_HDA_DSP_LOADER104	select SND_INTEL_DSP_CONFIG105	select WANT_DEV_COREDUMP106	help107	  Enable support for Intel(R) cAVS 1.5 platforms with DSP108	  capabilities. This includes Skylake, Kabylake, Amberlake and109	  Apollolake.110 111# Machine board drivers112source "sound/soc/intel/avs/boards/Kconfig"113 114# ASoC codec drivers115source "sound/soc/intel/boards/Kconfig"116