xref: /linux/sound/soc/intel/Kconfig (revision 73ea3a5dbbefa792746e258e267a1e066a6ac855)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2c6059879SPierre-Louis Bossartconfig SND_SOC_INTEL_SST_TOPLEVEL
3c6059879SPierre-Louis Bossart	bool "Intel ASoC SST drivers"
4c6059879SPierre-Louis Bossart	default y
5c6059879SPierre-Louis Bossart	depends on X86 || COMPILE_TEST
6c6059879SPierre-Louis Bossart	select SND_SOC_INTEL_MACH
7c6059879SPierre-Louis Bossart	help
8c6059879SPierre-Louis Bossart	  Intel ASoC SST Platform Drivers. If you have a Intel machine that
9c6059879SPierre-Louis Bossart	  has an audio controller with a DSP and I2S or DMIC port, then
10c6059879SPierre-Louis Bossart	  enable this option by saying Y
11c6059879SPierre-Louis Bossart
12c6059879SPierre-Louis Bossart	  Note that the answer to this question doesn't directly affect the
13c6059879SPierre-Louis Bossart	  kernel: saying N will just cause the configurator to skip all
14c6059879SPierre-Louis Bossart	  the questions about Intel SST drivers.
15c6059879SPierre-Louis Bossart
16c6059879SPierre-Louis Bossartif SND_SOC_INTEL_SST_TOPLEVEL
17c6059879SPierre-Louis Bossart
18ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST
1913735d1cSVinod Koul	tristate
20ddfa40b1SLiam Girdwood
216cbfa11dSCezary Rojewskiconfig SND_SOC_INTEL_CATPT
226cbfa11dSCezary Rojewski	tristate "Haswell and Broadwell"
236cbfa11dSCezary Rojewski	depends on ACPI || COMPILE_TEST
2456a53eceSCezary Rojewski	depends on DMADEVICES && SND_DMA_SGBUF
256cbfa11dSCezary Rojewski	select DW_DMAC_CORE
26c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
27*73ea3a5dSPiotr Maziarz	select WANT_DEV_COREDUMP
28c6059879SPierre-Louis Bossart	help
296cbfa11dSCezary Rojewski	  Enable support for Intel(R) Haswell and Broadwell platforms
306cbfa11dSCezary Rojewski	  with I2S codec present. This is a recommended option.
316cbfa11dSCezary Rojewski	  Say Y or m if you have such device.
326cbfa11dSCezary Rojewski	  If unsure, say N.
336cbfa11dSCezary Rojewski
346cbfa11dSCezary Rojewskiconfig SND_SOC_INTEL_HASWELL
356cbfa11dSCezary Rojewski	tristate
366cbfa11dSCezary Rojewski	select SND_SOC_INTEL_CATPT
3790931b9eSLiam Girdwood
3890619eb1SPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM
3990619eb1SPierre-Louis Bossart	tristate
4090619eb1SPierre-Louis Bossart	select SND_SOC_COMPRESS
4190619eb1SPierre-Louis Bossart
424772c16eSPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM_PCI
4390619eb1SPierre-Louis Bossart	tristate "PCI HiFi2 (Merrifield) Platforms"
444772c16eSPierre-Louis Bossart	depends on X86 && PCI
4590619eb1SPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
464772c16eSPierre-Louis Bossart	help
4790619eb1SPierre-Louis Bossart	  If you have a Intel Merrifield/Edison platform, then
484772c16eSPierre-Louis Bossart	  enable this option by saying Y or m. Distros will typically not
4990619eb1SPierre-Louis Bossart	  enable this option: while Merrifield/Edison can run a mainline
5090619eb1SPierre-Louis Bossart	  kernel with limited functionality it will require a firmware file
5190619eb1SPierre-Louis Bossart	  which is not in the standard firmware tree
524772c16eSPierre-Louis Bossart
5390619eb1SPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM_ACPI
548fca1583SVinod Koul	tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms"
5590619eb1SPierre-Louis Bossart	default ACPI
56a3d90360SSinan Kaya	depends on X86 && ACPI && PCI
5790619eb1SPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
58c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
59f3f2bb7aSPierre-Louis Bossart	select IOSF_MBI
604772c16eSPierre-Louis Bossart	help
614772c16eSPierre-Louis Bossart	  If you have a Intel Baytrail or Cherrytrail platform with an I2S
624772c16eSPierre-Louis Bossart	  codec, then enable this option by saying Y or m. This is a
634772c16eSPierre-Louis Bossart	  recommended option
64df7257e5SPierre-Louis Bossart	  This option is mutually exclusive with the SOF support on
65df7257e5SPierre-Louis Bossart	  Baytrail/Cherrytrail. If you want to enable SOF on
66df7257e5SPierre-Louis Bossart	  Baytrail/Cherrytrail, you need to deselect this option first.
67f6a118a8SPierre-Louis Bossart
68eb965e36SJeeja KPconfig SND_SOC_INTEL_SKYLAKE
6935bc99aaSPierre-Louis Bossart	tristate "All Skylake/SST Platforms"
70c6059879SPierre-Louis Bossart	depends on PCI && ACPI
712c79eeb1SRandy Dunlap	depends on COMMON_CLK
7235bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKL
7335bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_APL
7435bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_KBL
7535bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_GLK
7635bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_CNL
7735bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_CFL
788c4e7c2eSPierre-Louis Bossart	help
7935bc99aaSPierre-Louis Bossart	  This is a backwards-compatible option to select all devices
8035bc99aaSPierre-Louis Bossart	  supported by the Intel SST/Skylake driver. This option is no
8135bc99aaSPierre-Louis Bossart	  longer recommended and will be deprecated when the SOF
8235bc99aaSPierre-Louis Bossart	  driver is introduced.  Distributions should explicitly
8335bc99aaSPierre-Louis Bossart	  select which platform uses this driver.
848c4e7c2eSPierre-Louis Bossart
8535bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_SKL
8635bc99aaSPierre-Louis Bossart	tristate "Skylake Platforms"
8735bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
882c79eeb1SRandy Dunlap	depends on COMMON_CLK
8935bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
9035bc99aaSPierre-Louis Bossart	help
9135bc99aaSPierre-Louis Bossart	  If you have a Intel Skylake platform with the DSP enabled
9235bc99aaSPierre-Louis Bossart	  in the BIOS then enable this option by saying Y or m.
9335bc99aaSPierre-Louis Bossart
9435bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_APL
9535bc99aaSPierre-Louis Bossart	tristate "Broxton/ApolloLake Platforms"
9635bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
972c79eeb1SRandy Dunlap	depends on COMMON_CLK
9835bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
9935bc99aaSPierre-Louis Bossart	help
10035bc99aaSPierre-Louis Bossart	  If you have a Intel Broxton/ApolloLake platform with the DSP
10135bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
10235bc99aaSPierre-Louis Bossart
10335bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_KBL
10435bc99aaSPierre-Louis Bossart	tristate "Kabylake Platforms"
10535bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1062c79eeb1SRandy Dunlap	depends on COMMON_CLK
10735bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
10835bc99aaSPierre-Louis Bossart	help
10935bc99aaSPierre-Louis Bossart	  If you have a Intel Kabylake platform with the DSP
11035bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
11135bc99aaSPierre-Louis Bossart
11235bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_GLK
11335bc99aaSPierre-Louis Bossart	tristate "GeminiLake Platforms"
11435bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1152c79eeb1SRandy Dunlap	depends on COMMON_CLK
11635bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
11735bc99aaSPierre-Louis Bossart	help
11835bc99aaSPierre-Louis Bossart	  If you have a Intel GeminiLake platform with the DSP
11935bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
12035bc99aaSPierre-Louis Bossart
12135bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_CNL
12235bc99aaSPierre-Louis Bossart	tristate "CannonLake/WhiskyLake Platforms"
12335bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1242c79eeb1SRandy Dunlap	depends on COMMON_CLK
12535bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
12635bc99aaSPierre-Louis Bossart	help
12735bc99aaSPierre-Louis Bossart	  If you have a Intel CNL/WHL platform with the DSP
12835bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
12935bc99aaSPierre-Louis Bossart
13035bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_CFL
13135bc99aaSPierre-Louis Bossart	tristate "CoffeeLake Platforms"
13235bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1332c79eeb1SRandy Dunlap	depends on COMMON_CLK
13435bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
13535bc99aaSPierre-Louis Bossart	help
13635bc99aaSPierre-Louis Bossart	  If you have a Intel CoffeeLake platform with the DSP
13735bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
13835bc99aaSPierre-Louis Bossart
1395f740b24SEvan Greenconfig SND_SOC_INTEL_CML_H
1405f740b24SEvan Green	tristate "CometLake-H Platforms"
1415f740b24SEvan Green	depends on PCI && ACPI
1422c79eeb1SRandy Dunlap	depends on COMMON_CLK
1435f740b24SEvan Green	select SND_SOC_INTEL_SKYLAKE_FAMILY
1445f740b24SEvan Green	help
1455f740b24SEvan Green	  If you have a Intel CometLake-H platform with the DSP
1465f740b24SEvan Green	  enabled in the BIOS then enable this option by saying Y or m.
1475f740b24SEvan Green
1485f740b24SEvan Greenconfig SND_SOC_INTEL_CML_LP
1495f740b24SEvan Green	tristate "CometLake-LP Platforms"
1505f740b24SEvan Green	depends on PCI && ACPI
1512c79eeb1SRandy Dunlap	depends on COMMON_CLK
1525f740b24SEvan Green	select SND_SOC_INTEL_SKYLAKE_FAMILY
1535f740b24SEvan Green	help
1545f740b24SEvan Green	  If you have a Intel CometLake-LP platform with the DSP
1555f740b24SEvan Green	  enabled in the BIOS then enable this option by saying Y or m.
1565f740b24SEvan Green
15735bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_FAMILY
15835bc99aaSPierre-Louis Bossart	tristate
15935bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_COMMON
16035bc99aaSPierre-Louis Bossart
16135bc99aaSPierre-Louis Bossartif SND_SOC_INTEL_SKYLAKE_FAMILY
1628c4e7c2eSPierre-Louis Bossart
1638c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_SSP_CLK
1648c4e7c2eSPierre-Louis Bossart	tristate
1658c4e7c2eSPierre-Louis Bossart
1668c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
1678c4e7c2eSPierre-Louis Bossart	bool "HDAudio codec support"
1688c4e7c2eSPierre-Louis Bossart	help
169135ab457SPierre-Louis Bossart	  If you have Intel Skylake or Kabylake with HDAudio codec
170cc2d025aSCezary Rojewski	  and DMIC present then enable this option by saying Y.
1718c4e7c2eSPierre-Louis Bossart
1728c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_COMMON
1738c4e7c2eSPierre-Louis Bossart	tristate
174eb965e36SJeeja KP	select SND_HDA_EXT_CORE
17592eb4f62SJeeja KP	select SND_HDA_DSP_LOADER
1763af36706SVinod Koul	select SND_SOC_TOPOLOGY
177b81fd263SSubhransu S. Prusty	select SND_SOC_INTEL_SST
1788c4e7c2eSPierre-Louis Bossart	select SND_SOC_HDAC_HDA if SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
179c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
18082d9d54aSJaroslav Kysela	select SND_INTEL_DSP_CONFIG
181c6059879SPierre-Louis Bossart	help
182c6059879SPierre-Louis Bossart	  If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
183c6059879SPierre-Louis Bossart	  GeminiLake or CannonLake platform with the DSP enabled in the BIOS
184c6059879SPierre-Louis Bossart	  then enable this option by saying Y or m.
185c6059879SPierre-Louis Bossart
18635bc99aaSPierre-Louis Bossartendif ## SND_SOC_INTEL_SKYLAKE_FAMILY
1878c4e7c2eSPierre-Louis Bossart
188e6b140e9SPierre-Louis Bossartendif ## SND_SOC_INTEL_SST_TOPLEVEL
189e6b140e9SPierre-Louis Bossart
190e6b140e9SPierre-Louis Bossartif SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
191e6b140e9SPierre-Louis Bossart
192c6059879SPierre-Louis Bossartconfig SND_SOC_ACPI_INTEL_MATCH
193c6059879SPierre-Louis Bossart	tristate
194c6059879SPierre-Louis Bossart	select SND_SOC_ACPI if ACPI
195c6059879SPierre-Louis Bossart	# this option controls the compilation of ACPI matching tables and
196c6059879SPierre-Louis Bossart	# helpers and is not meant to be selected by the user.
197c6059879SPierre-Louis Bossart
198e6b140e9SPierre-Louis Bossartendif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
199e6b140e9SPierre-Louis Bossart
200c544912bSSia Jee Hengconfig SND_SOC_INTEL_KEEMBAY
201c544912bSSia Jee Heng	tristate "Keembay Platforms"
2029a207228SGeert Uytterhoeven	depends on ARCH_KEEMBAY || COMPILE_TEST
203c544912bSSia Jee Heng	depends on COMMON_CLK
204c544912bSSia Jee Heng	help
205c544912bSSia Jee Heng	  If you have a Intel Keembay platform then enable this option
206c544912bSSia Jee Heng	  by saying Y or m.
207624729fdSOmair M Abdullah
208ea2851bdSPierre-Louis Bossart# ASoC codec drivers
209ea2851bdSPierre-Louis Bossartsource "sound/soc/intel/boards/Kconfig"
210