diff options
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 61c10bf503d2..4577b69fcf2c 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -2,12 +2,50 @@ config SND_MFLD_MACHINE | |||
2 | tristate "SOC Machine Audio driver for Intel Medfield MID platform" | 2 | tristate "SOC Machine Audio driver for Intel Medfield MID platform" |
3 | depends on INTEL_SCU_IPC | 3 | depends on INTEL_SCU_IPC |
4 | select SND_SOC_SN95031 | 4 | select SND_SOC_SN95031 |
5 | select SND_SST_PLATFORM | 5 | select SND_SST_MFLD_PLATFORM |
6 | help | 6 | help |
7 | This adds support for ASoC machine driver for Intel(R) MID Medfield platform | 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 | 8 | used as alsa device in audio substem in Intel(R) MID devices |
9 | Say Y if you have such a device | 9 | Say Y if you have such a device |
10 | If unsure select "N". | 10 | If unsure select "N". |
11 | 11 | ||
12 | config SND_SST_PLATFORM | 12 | config SND_SST_MFLD_PLATFORM |
13 | tristate | 13 | tristate |
14 | |||
15 | config 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 | |||
24 | config SND_SOC_INTEL_SST_ACPI | ||
25 | tristate | ||
26 | |||
27 | config SND_SOC_INTEL_HASWELL | ||
28 | tristate | ||
29 | |||
30 | config SND_SOC_INTEL_BAYTRAIL | ||
31 | tristate | ||
32 | |||
33 | config 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 | ||
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 | |||
44 | config 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 | ||
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. | ||