xref: /linux/sound/soc/intel/Kconfig (revision 01f50d69bebe1bb0b30bba1eba3cdaf1f02dd7c4)
1c6059879SPierre-Louis Bossartconfig SND_SOC_INTEL_SST_TOPLEVEL
2c6059879SPierre-Louis Bossart	bool "Intel ASoC SST drivers"
3c6059879SPierre-Louis Bossart	default y
4c6059879SPierre-Louis Bossart	depends on X86 || COMPILE_TEST
5c6059879SPierre-Louis Bossart	select SND_SOC_INTEL_MACH
6c6059879SPierre-Louis Bossart	help
7c6059879SPierre-Louis Bossart	  Intel ASoC SST Platform Drivers. If you have a Intel machine that
8c6059879SPierre-Louis Bossart	  has an audio controller with a DSP and I2S or DMIC port, then
9c6059879SPierre-Louis Bossart	  enable this option by saying Y
10c6059879SPierre-Louis Bossart
11c6059879SPierre-Louis Bossart	  Note that the answer to this question doesn't directly affect the
12c6059879SPierre-Louis Bossart	  kernel: saying N will just cause the configurator to skip all
13c6059879SPierre-Louis Bossart	  the questions about Intel SST drivers.
14c6059879SPierre-Louis Bossart
15c6059879SPierre-Louis Bossartif SND_SOC_INTEL_SST_TOPLEVEL
16c6059879SPierre-Louis Bossart
170fbc7d73SVinod Koulconfig SND_SST_IPC
180fbc7d73SVinod Koul	tristate
19def2c428SPierre-Louis Bossart	# This option controls the IPC core for HiFi2 platforms
200fbc7d73SVinod Koul
21f533a035SVinod Koulconfig SND_SST_IPC_PCI
22f533a035SVinod Koul	tristate
23f533a035SVinod Koul	select SND_SST_IPC
24def2c428SPierre-Louis Bossart	# This option controls the PCI-based IPC for HiFi2 platforms
25def2c428SPierre-Louis Bossart	#  (Medfield, Merrifield).
26f533a035SVinod Koul
27336cfbb0SVinod Koulconfig SND_SST_IPC_ACPI
28336cfbb0SVinod Koul	tristate
29336cfbb0SVinod Koul	select SND_SST_IPC
30def2c428SPierre-Louis Bossart	# This option controls the ACPI-based IPC for HiFi2 platforms
31def2c428SPierre-Louis Bossart	# (Baytrail, Cherrytrail)
32def2c428SPierre-Louis Bossart
33def2c428SPierre-Louis Bossartconfig SND_SOC_INTEL_SST_ACPI
34def2c428SPierre-Louis Bossart	tristate
35def2c428SPierre-Louis Bossart	# This option controls ACPI-based probing on
36def2c428SPierre-Louis Bossart	# Haswell/Broadwell/Baytrail legacy and will be set
37def2c428SPierre-Louis Bossart	# when these platforms are enabled
38336cfbb0SVinod Koul
39ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST
4013735d1cSVinod Koul	tristate
41ddfa40b1SLiam Girdwood
42a395bdd6STakashi Iwaiconfig SND_SOC_INTEL_SST_FIRMWARE
43a395bdd6STakashi Iwai	tristate
44ebf79091SAndy Shevchenko	select DW_DMAC_CORE
45def2c428SPierre-Louis Bossart	# This option controls firmware download on
46def2c428SPierre-Louis Bossart	# Haswell/Broadwell/Baytrail legacy and will be set
47def2c428SPierre-Louis Bossart	# when these platforms are enabled
48ddfa40b1SLiam Girdwood
495e4482fcSLiam Girdwoodconfig SND_SOC_INTEL_HASWELL
508fca1583SVinod Koul	tristate "Haswell/Broadwell Platforms"
51c6059879SPierre-Louis Bossart	depends on SND_DMA_SGBUF
524772c16eSPierre-Louis Bossart	depends on DMADEVICES && ACPI
53ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST
54f3f2bb7aSPierre-Louis Bossart	select SND_SOC_INTEL_SST_ACPI
55c3474e21SArnd Bergmann	select SND_SOC_INTEL_SST_FIRMWARE
56c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
57c6059879SPierre-Louis Bossart	help
58c6059879SPierre-Louis Bossart	  If you have a Intel Haswell or Broadwell platform connected to
59c6059879SPierre-Louis Bossart	  an I2S codec, then enable this option by saying Y or m. This is
60c6059879SPierre-Louis Bossart	  typically used for Chromebooks. This is a recommended option.
6190931b9eSLiam Girdwood
6220df8d03SJarkko Nikulaconfig SND_SOC_INTEL_BAYTRAIL
638fca1583SVinod Koul	tristate "Baytrail (legacy) Platforms"
644772c16eSPierre-Louis Bossart	depends on DMADEVICES && ACPI
65ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST
66f3f2bb7aSPierre-Louis Bossart	select SND_SOC_INTEL_SST_ACPI
67ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST_FIRMWARE
68c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
69c6059879SPierre-Louis Bossart	help
70c6059879SPierre-Louis Bossart	  If you have a Intel Baytrail platform connected to an I2S codec,
71c6059879SPierre-Louis Bossart	  then enable this option by saying Y or m. This was typically used
72c6059879SPierre-Louis Bossart	  for Baytrail Chromebooks but this option is now deprecated and is
73c6059879SPierre-Louis Bossart	  not recommended, use SND_SST_ATOM_HIFI2_PLATFORM instead.
7420df8d03SJarkko Nikula
754772c16eSPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM_PCI
768fca1583SVinod Koul	tristate "PCI HiFi2 (Medfield, Merrifield) Platforms"
774772c16eSPierre-Louis Bossart	depends on X86 && PCI
784772c16eSPierre-Louis Bossart	select SND_SST_IPC_PCI
794772c16eSPierre-Louis Bossart	select SND_SOC_COMPRESS
804772c16eSPierre-Louis Bossart	help
814772c16eSPierre-Louis Bossart	  If you have a Intel Medfield or Merrifield/Edison platform, then
824772c16eSPierre-Louis Bossart	  enable this option by saying Y or m. Distros will typically not
834772c16eSPierre-Louis Bossart	  enable this option: Medfield devices are not available to
844772c16eSPierre-Louis Bossart	  developers and while Merrifield/Edison can run a mainline kernel with
854772c16eSPierre-Louis Bossart	  limited functionality it will require a firmware file which
864772c16eSPierre-Louis Bossart	  is not in the standard firmware tree
874772c16eSPierre-Louis Bossart
88f6a118a8SPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM
898fca1583SVinod Koul	tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms"
904772c16eSPierre-Louis Bossart	depends on X86 && ACPI
914772c16eSPierre-Louis Bossart	select SND_SST_IPC_ACPI
92f6a118a8SPierre-Louis Bossart	select SND_SOC_COMPRESS
93c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
94f3f2bb7aSPierre-Louis Bossart	select IOSF_MBI
954772c16eSPierre-Louis Bossart	help
964772c16eSPierre-Louis Bossart	  If you have a Intel Baytrail or Cherrytrail platform with an I2S
974772c16eSPierre-Louis Bossart	  codec, then enable this option by saying Y or m. This is a
984772c16eSPierre-Louis Bossart	  recommended option
99f6a118a8SPierre-Louis Bossart
100*01f50d69SSriram Periyasamyconfig SND_SOC_INTEL_SKYLAKE_SSP_CLK
101*01f50d69SSriram Periyasamy	tristate
102*01f50d69SSriram Periyasamy
103eb965e36SJeeja KPconfig SND_SOC_INTEL_SKYLAKE
1048fca1583SVinod Koul	tristate "SKL/BXT/KBL/GLK/CNL... Platforms"
105c6059879SPierre-Louis Bossart	depends on PCI && ACPI
106eb965e36SJeeja KP	select SND_HDA_EXT_CORE
10792eb4f62SJeeja KP	select SND_HDA_DSP_LOADER
1083af36706SVinod Koul	select SND_SOC_TOPOLOGY
109b81fd263SSubhransu S. Prusty	select SND_SOC_INTEL_SST
110c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
111c6059879SPierre-Louis Bossart	help
112c6059879SPierre-Louis Bossart	  If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
113c6059879SPierre-Louis Bossart	  GeminiLake or CannonLake platform with the DSP enabled in the BIOS
114c6059879SPierre-Louis Bossart	  then enable this option by saying Y or m.
115c6059879SPierre-Louis Bossart
116c6059879SPierre-Louis Bossartconfig SND_SOC_ACPI_INTEL_MATCH
117c6059879SPierre-Louis Bossart	tristate
118c6059879SPierre-Louis Bossart	select SND_SOC_ACPI if ACPI
119c6059879SPierre-Louis Bossart	# this option controls the compilation of ACPI matching tables and
120c6059879SPierre-Louis Bossart	# helpers and is not meant to be selected by the user.
121c6059879SPierre-Louis Bossart
122c6059879SPierre-Louis Bossartendif ## SND_SOC_INTEL_SST_TOPLEVEL
123624729fdSOmair M Abdullah
124ea2851bdSPierre-Louis Bossart# ASoC codec drivers
125ea2851bdSPierre-Louis Bossartsource "sound/soc/intel/boards/Kconfig"
126