Linux-libre 3.18.130-gnu
[librecmc/linux-libre.git] / sound / soc / intel / Kconfig
1 config 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
12 config SND_SST_MFLD_PLATFORM
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 && 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
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 && 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
53 config 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
62 config SND_SOC_INTEL_BROADWELL_MACH
63         tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
64         depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC
65         select SND_SOC_INTEL_HASWELL
66         select SND_COMPRESS_OFFLOAD
67         select SND_SOC_RT286
68         help
69           This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
70           Ultrabook platforms.
71           Say Y if you have such a device
72           If unsure select "N".