xref: /linux/sound/soc/intel/Kconfig (revision c5aec4c76af1a2d89ee2f2d4d5463b2ad2d85de5)
1config SND_MFLD_MACHINE
2	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	help
7          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
8          used as alsa device in audio substem in Intel(R) MID devices
9          Say Y if you have such a device
10          If unsure select "N".
11
12config SND_SST_MFLD_PLATFORM
13	tristate
14
15config SND_SOC_INTEL_SST
16	tristate "ASoC support for Intel(R) Smart Sound Technology"
17	select SND_SOC_INTEL_SST_ACPI if ACPI
18	depends on (X86 || COMPILE_TEST)
19	help
20          This adds support for Intel(R) Smart Sound Technology (SST).
21          Say Y if you have such a device
22          If unsure select "N".
23
24config SND_SOC_INTEL_SST_ACPI
25	tristate
26
27config SND_SOC_INTEL_HASWELL
28	tristate
29
30config SND_SOC_INTEL_BAYTRAIL
31	tristate
32
33config SND_SOC_INTEL_HASWELL_MACH
34	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
35	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
36	select SND_SOC_INTEL_HASWELL
37	select SND_SOC_RT5640
38	help
39	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
40	  Ultrabook platforms.
41	  Say Y if you have such a device
42	  If unsure select "N".
43
44config SND_SOC_INTEL_BYT_RT5640_MACH
45	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
46	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
47	select SND_SOC_INTEL_BAYTRAIL
48	select SND_SOC_RT5640
49	help
50	  This adds audio driver for Intel Baytrail platform based boards
51	  with the RT5640 audio codec.
52
53config SND_SOC_INTEL_BYT_MAX98090_MACH
54	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
55	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
56	select SND_SOC_INTEL_BAYTRAIL
57	select SND_SOC_MAX98090
58	help
59	  This adds audio driver for Intel Baytrail platform based boards
60	  with the MAX98090 audio codec.
61