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