blob: c963a5d34111a9017535d078486e8ab4b0937130 [file] [log] [blame]
Vinod Koule62255f2011-01-04 20:17:04 +05301config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
Vinod Koul5914ccf2014-10-16 13:54:29 +05303 depends on INTEL_SCU_IPC
Vinod Koule62255f2011-01-04 20:17:04 +05304 select SND_SOC_SN95031
Liam Girdwooda355d672014-02-12 13:42:50 +00005 select SND_SST_MFLD_PLATFORM
Vinod Koulf533a032014-11-04 16:25:16 +05306 select SND_SST_IPC_PCI
Vinod Koule62255f2011-01-04 20:17:04 +05307 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
Liam Girdwooda355d672014-02-12 13:42:50 +000013config SND_SST_MFLD_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +053014 tristate
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000015
Vinod Koul0fbc7d72014-10-16 20:00:19 +053016config SND_SST_IPC
17 tristate
18
Vinod Koulf533a032014-11-04 16:25:16 +053019config SND_SST_IPC_PCI
20 tristate
21 select SND_SST_IPC
22
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000023config SND_SOC_INTEL_SST
24 tristate "ASoC support for Intel(R) Smart Sound Technology"
25 select SND_SOC_INTEL_SST_ACPI if ACPI
Liam Girdwoodafd95492014-02-19 16:45:57 +000026 depends on (X86 || COMPILE_TEST)
Mark Brown63ae1fe2014-10-29 10:33:31 +000027 depends on DW_DMAC_CORE
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000028 help
29 This adds support for Intel(R) Smart Sound Technology (SST).
30 Say Y if you have such a device
31 If unsure select "N".
32
33config SND_SOC_INTEL_SST_ACPI
34 tristate
35
Liam Girdwood5e4482f2014-02-20 21:48:46 +000036config SND_SOC_INTEL_HASWELL
37 tristate
Liam Girdwood90931b92014-02-20 21:48:47 +000038
Jarkko Nikula20df8d02014-02-24 17:27:02 +020039config SND_SOC_INTEL_BAYTRAIL
40 tristate
41
Liam Girdwood90931b92014-02-20 21:48:47 +000042config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000043 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Ricardo Neri161aa492014-10-16 18:22:02 -070044 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
45 I2C_DESIGNWARE_PLATFORM
Liam Girdwood90931b92014-02-20 21:48:47 +000046 select SND_SOC_INTEL_HASWELL
47 select SND_SOC_RT5640
48 help
Liam Girdwooda8282132014-03-06 14:56:06 +000049 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000050 Ultrabook platforms.
Liam Girdwooda8282132014-03-06 14:56:06 +000051 Say Y if you have such a device
52 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020053
54config SND_SOC_INTEL_BYT_RT5640_MACH
55 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060056 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula20df8d02014-02-24 17:27:02 +020057 select SND_SOC_INTEL_BAYTRAIL
58 select SND_SOC_RT5640
59 help
60 This adds audio driver for Intel Baytrail platform based boards
61 with the RT5640 audio codec.
Jarkko Nikula9b351d42014-05-30 15:16:43 +030062
63config SND_SOC_INTEL_BYT_MAX98090_MACH
64 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Mark Brownd8188f02014-06-01 20:12:05 +010065 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula9b351d42014-05-30 15:16:43 +030066 select SND_SOC_INTEL_BAYTRAIL
67 select SND_SOC_MAX98090
68 help
69 This adds audio driver for Intel Baytrail platform based boards
70 with the MAX98090 audio codec.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080071
72config SND_SOC_INTEL_BROADWELL_MACH
73 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
Ricardo Neri282a3312014-10-16 18:22:01 -070074 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
75 I2C_DESIGNWARE_PLATFORM
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080076 select SND_SOC_INTEL_HASWELL
77 select SND_COMPRESS_OFFLOAD
78 select SND_SOC_RT286
79 help
80 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
81 Ultrabook platforms.
82 Say Y if you have such a device
83 If unsure select "N".