]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - sound/soc/intel/Kconfig
c963a5d34111a9017535d078486e8ab4b0937130
[karo-tx-linux.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         select SND_SST_IPC_PCI
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
13 config SND_SST_MFLD_PLATFORM
14         tristate
15
16 config SND_SST_IPC
17         tristate
18
19 config SND_SST_IPC_PCI
20         tristate
21         select SND_SST_IPC
22
23 config SND_SOC_INTEL_SST
24         tristate "ASoC support for Intel(R) Smart Sound Technology"
25         select SND_SOC_INTEL_SST_ACPI if ACPI
26         depends on (X86 || COMPILE_TEST)
27         depends on DW_DMAC_CORE
28         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
33 config SND_SOC_INTEL_SST_ACPI
34         tristate
35
36 config SND_SOC_INTEL_HASWELL
37         tristate
38
39 config SND_SOC_INTEL_BAYTRAIL
40         tristate
41
42 config SND_SOC_INTEL_HASWELL_MACH
43         tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
44         depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
45                    I2C_DESIGNWARE_PLATFORM
46         select SND_SOC_INTEL_HASWELL
47         select SND_SOC_RT5640
48         help
49           This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
50           Ultrabook platforms.
51           Say Y if you have such a device
52           If unsure select "N".
53
54 config SND_SOC_INTEL_BYT_RT5640_MACH
55         tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
56         depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
57         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.
62
63 config SND_SOC_INTEL_BYT_MAX98090_MACH
64         tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
65         depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
66         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.
71
72 config SND_SOC_INTEL_BROADWELL_MACH
73         tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
74         depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
75                    I2C_DESIGNWARE_PLATFORM
76         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".