Kconfig 1.2 KB
Newer Older
1 2
config SND_MFLD_MACHINE
	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3
	depends on INTEL_SCU_IPC
4
	select SND_SOC_SN95031
5
	select SND_SST_MFLD_PLATFORM
6 7 8 9 10 11
	help
          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
          used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".

12
config SND_SST_MFLD_PLATFORM
13
	tristate
14 15 16 17

config SND_SOC_INTEL_SST
	tristate "ASoC support for Intel(R) Smart Sound Technology"
	select SND_SOC_INTEL_SST_ACPI if ACPI
18
	depends on (X86 || COMPILE_TEST)
19 20 21 22 23 24 25 26
	help
          This adds support for Intel(R) Smart Sound Technology (SST).
          Say Y if you have such a device
          If unsure select "N".

config SND_SOC_INTEL_SST_ACPI
	tristate

27 28
config SND_SOC_INTEL_HASWELL
	tristate
29 30 31 32 33 34 35 36 37 38 39

config SND_SOC_INTEL_HASWELL_MACH
        tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
        depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5640
	help
          This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
	  Ultrabook platforms.
          Say Y if you have such a device
          If unsure select "N".