2018-01-04 16:35:53 -06:00
|
|
|
config SND_SOC_INTEL_SST_TOPLEVEL
|
|
|
|
bool "Intel ASoC SST drivers"
|
|
|
|
default y
|
|
|
|
depends on X86 || COMPILE_TEST
|
|
|
|
select SND_SOC_INTEL_MACH
|
|
|
|
help
|
|
|
|
Intel ASoC SST Platform Drivers. If you have a Intel machine that
|
|
|
|
has an audio controller with a DSP and I2S or DMIC port, then
|
|
|
|
enable this option by saying Y
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about Intel SST drivers.
|
|
|
|
|
|
|
|
if SND_SOC_INTEL_SST_TOPLEVEL
|
|
|
|
|
2014-10-16 20:00:19 +05:30
|
|
|
config SND_SST_IPC
|
|
|
|
tristate
|
2018-01-04 16:35:55 -06:00
|
|
|
# This option controls the IPC core for HiFi2 platforms
|
2014-10-16 20:00:19 +05:30
|
|
|
|
2014-11-04 16:25:16 +05:30
|
|
|
config SND_SST_IPC_PCI
|
|
|
|
tristate
|
|
|
|
select SND_SST_IPC
|
2018-01-04 16:35:55 -06:00
|
|
|
# This option controls the PCI-based IPC for HiFi2 platforms
|
|
|
|
# (Medfield, Merrifield).
|
2014-11-04 16:25:16 +05:30
|
|
|
|
2014-11-11 16:36:28 +05:30
|
|
|
config SND_SST_IPC_ACPI
|
|
|
|
tristate
|
|
|
|
select SND_SST_IPC
|
2015-11-05 21:34:12 +05:30
|
|
|
select SND_SOC_INTEL_SST
|
2016-09-03 11:23:26 -05:00
|
|
|
select IOSF_MBI
|
2018-01-04 16:35:55 -06:00
|
|
|
# This option controls the ACPI-based IPC for HiFi2 platforms
|
|
|
|
# (Baytrail, Cherrytrail)
|
|
|
|
|
|
|
|
config SND_SOC_INTEL_SST_ACPI
|
|
|
|
tristate
|
|
|
|
# This option controls ACPI-based probing on
|
|
|
|
# Haswell/Broadwell/Baytrail legacy and will be set
|
|
|
|
# when these platforms are enabled
|
2014-11-11 16:36:28 +05:30
|
|
|
|
2014-02-17 13:32:10 +00:00
|
|
|
config SND_SOC_INTEL_SST
|
2015-06-19 23:55:28 +05:30
|
|
|
tristate
|
2014-02-17 13:32:10 +00:00
|
|
|
select SND_SOC_INTEL_SST_ACPI if ACPI
|
|
|
|
|
2016-07-11 10:39:11 +02:00
|
|
|
config SND_SOC_INTEL_SST_FIRMWARE
|
|
|
|
tristate
|
2017-01-16 15:12:26 +02:00
|
|
|
select DW_DMAC_CORE
|
2018-01-04 16:35:55 -06:00
|
|
|
# This option controls firmware download on
|
|
|
|
# Haswell/Broadwell/Baytrail legacy and will be set
|
|
|
|
# when these platforms are enabled
|
2014-02-17 13:32:10 +00:00
|
|
|
|
2014-02-20 21:48:46 +00:00
|
|
|
config SND_SOC_INTEL_HASWELL
|
2017-10-12 18:49:45 -05:00
|
|
|
tristate "Intel ASoC SST driver for Haswell/Broadwell"
|
2018-01-04 16:35:53 -06:00
|
|
|
depends on SND_DMA_SGBUF
|
2018-01-04 16:35:54 -06:00
|
|
|
depends on DMADEVICES && ACPI
|
2017-01-16 15:12:26 +02:00
|
|
|
select SND_SOC_INTEL_SST
|
2016-10-10 14:33:20 +02:00
|
|
|
select SND_SOC_INTEL_SST_FIRMWARE
|
2018-01-04 16:35:53 -06:00
|
|
|
select SND_SOC_ACPI_INTEL_MATCH
|
|
|
|
help
|
|
|
|
If you have a Intel Haswell or Broadwell platform connected to
|
|
|
|
an I2S codec, then enable this option by saying Y or m. This is
|
|
|
|
typically used for Chromebooks. This is a recommended option.
|
2014-02-20 21:48:47 +00:00
|
|
|
|
2014-02-24 17:27:02 +02:00
|
|
|
config SND_SOC_INTEL_BAYTRAIL
|
2017-10-12 18:49:45 -05:00
|
|
|
tristate "Intel ASoC SST driver for Baytrail (legacy)"
|
2018-01-04 16:35:54 -06:00
|
|
|
depends on DMADEVICES && ACPI
|
2017-01-16 15:12:26 +02:00
|
|
|
select SND_SOC_INTEL_SST
|
|
|
|
select SND_SOC_INTEL_SST_FIRMWARE
|
2018-01-04 16:35:53 -06:00
|
|
|
select SND_SOC_ACPI_INTEL_MATCH
|
|
|
|
help
|
|
|
|
If you have a Intel Baytrail platform connected to an I2S codec,
|
|
|
|
then enable this option by saying Y or m. This was typically used
|
|
|
|
for Baytrail Chromebooks but this option is now deprecated and is
|
|
|
|
not recommended, use SND_SST_ATOM_HIFI2_PLATFORM instead.
|
2014-02-24 17:27:02 +02:00
|
|
|
|
2018-01-04 16:35:54 -06:00
|
|
|
config SND_SST_ATOM_HIFI2_PLATFORM_PCI
|
|
|
|
tristate "Intel ASoC SST driver for PCI HiFi2 platforms (Medfield, Merrifield)"
|
|
|
|
depends on X86 && PCI
|
|
|
|
select SND_SST_IPC_PCI
|
|
|
|
select SND_SOC_COMPRESS
|
|
|
|
select SND_SOC_INTEL_COMMON
|
|
|
|
help
|
|
|
|
If you have a Intel Medfield or Merrifield/Edison platform, then
|
|
|
|
enable this option by saying Y or m. Distros will typically not
|
|
|
|
enable this option: Medfield devices are not available to
|
|
|
|
developers and while Merrifield/Edison can run a mainline kernel with
|
|
|
|
limited functionality it will require a firmware file which
|
|
|
|
is not in the standard firmware tree
|
|
|
|
|
2017-10-12 18:49:45 -05:00
|
|
|
config SND_SST_ATOM_HIFI2_PLATFORM
|
2018-01-04 16:35:54 -06:00
|
|
|
tristate "Intel ASoC SST driver for ACPI HiFi2 platforms (Baytrail, Cherrytrail)"
|
|
|
|
depends on X86 && ACPI
|
|
|
|
select SND_SST_IPC_ACPI
|
2017-10-12 18:49:45 -05:00
|
|
|
select SND_SOC_COMPRESS
|
2018-01-04 16:35:53 -06:00
|
|
|
select SND_SOC_ACPI_INTEL_MATCH
|
2018-01-04 16:35:54 -06:00
|
|
|
help
|
|
|
|
If you have a Intel Baytrail or Cherrytrail platform with an I2S
|
|
|
|
codec, then enable this option by saying Y or m. This is a
|
|
|
|
recommended option
|
2017-10-12 18:49:45 -05:00
|
|
|
|
2015-07-09 15:20:10 +05:30
|
|
|
config SND_SOC_INTEL_SKYLAKE
|
2017-10-12 18:49:45 -05:00
|
|
|
tristate "Intel ASoC SST driver for SKL/BXT/KBL/GLK/CNL"
|
2018-01-04 16:35:53 -06:00
|
|
|
depends on PCI && ACPI
|
2015-07-09 15:20:10 +05:30
|
|
|
select SND_HDA_EXT_CORE
|
2016-03-11 10:12:56 +05:30
|
|
|
select SND_HDA_DSP_LOADER
|
2015-10-07 11:31:56 +01:00
|
|
|
select SND_SOC_TOPOLOGY
|
2015-07-09 21:38:54 +05:30
|
|
|
select SND_SOC_INTEL_SST
|
2018-01-04 16:35:53 -06:00
|
|
|
select SND_SOC_ACPI_INTEL_MATCH
|
|
|
|
help
|
|
|
|
If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
|
|
|
|
GeminiLake or CannonLake platform with the DSP enabled in the BIOS
|
|
|
|
then enable this option by saying Y or m.
|
|
|
|
|
|
|
|
config SND_SOC_ACPI_INTEL_MATCH
|
|
|
|
tristate
|
|
|
|
select SND_SOC_ACPI if ACPI
|
|
|
|
# this option controls the compilation of ACPI matching tables and
|
|
|
|
# helpers and is not meant to be selected by the user.
|
|
|
|
|
|
|
|
endif ## SND_SOC_INTEL_SST_TOPLEVEL
|
2015-10-14 21:11:43 +05:30
|
|
|
|
2017-10-12 18:49:43 -05:00
|
|
|
# ASoC codec drivers
|
|
|
|
source "sound/soc/intel/boards/Kconfig"
|