Kconfig (7dd6bd8926f3142a237316035e72676c0c5c026f) Kconfig (13735d1cecec1b3825f6834c74e67f82ab8cfe68)
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_PCI
7 help
8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform

--- 12 unchanged lines hidden (view full) ---

21 select SND_SST_IPC
22
23config SND_SST_IPC_ACPI
24 tristate
25 select SND_SST_IPC
26 depends on ACPI
27
28config SND_SOC_INTEL_SST
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_PCI
7 help
8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform

--- 12 unchanged lines hidden (view full) ---

21 select SND_SST_IPC
22
23config SND_SST_IPC_ACPI
24 tristate
25 select SND_SST_IPC
26 depends on ACPI
27
28config SND_SOC_INTEL_SST
29 tristate "ASoC support for Intel(R) Smart Sound Technology"
29 tristate
30 select SND_SOC_INTEL_SST_ACPI if ACPI
31 depends on (X86 || COMPILE_TEST)
30 select SND_SOC_INTEL_SST_ACPI if ACPI
31 depends on (X86 || COMPILE_TEST)
32 help
33 This adds support for Intel(R) Smart Sound Technology (SST).
34 Say Y if you have such a device
35 If unsure select "N".
36
37config SND_SOC_INTEL_SST_ACPI
38 tristate
39
40config SND_SOC_INTEL_HASWELL
41 tristate
42
43config SND_SOC_INTEL_BAYTRAIL
44 tristate
45
46config SND_SOC_INTEL_HASWELL_MACH
47 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
32
33config SND_SOC_INTEL_SST_ACPI
34 tristate
35
36config SND_SOC_INTEL_HASWELL
37 tristate
38
39config SND_SOC_INTEL_BAYTRAIL
40 tristate
41
42config SND_SOC_INTEL_HASWELL_MACH
43 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
48 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \
49 I2C_DESIGNWARE_PLATFORM
44 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
50 depends on DW_DMAC_CORE
45 depends on DW_DMAC_CORE
46 select SND_SOC_INTEL_SST
51 select SND_SOC_INTEL_HASWELL
52 select SND_SOC_RT5640
53 help
54 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
55 Ultrabook platforms.
56 Say Y if you have such a device
57 If unsure select "N".
58
59config SND_SOC_INTEL_BYT_RT5640_MACH
60 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
47 select SND_SOC_INTEL_HASWELL
48 select SND_SOC_RT5640
49 help
50 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
51 Ultrabook platforms.
52 Say Y if you have such a device
53 If unsure select "N".
54
55config SND_SOC_INTEL_BYT_RT5640_MACH
56 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
61 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
57 depends on X86_INTEL_LPSS && I2C
62 depends on DW_DMAC_CORE
58 depends on DW_DMAC_CORE
59 select SND_SOC_INTEL_SST
63 select SND_SOC_INTEL_BAYTRAIL
64 select SND_SOC_RT5640
65 help
66 This adds audio driver for Intel Baytrail platform based boards
67 with the RT5640 audio codec.
68
69config SND_SOC_INTEL_BYT_MAX98090_MACH
70 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
60 select SND_SOC_INTEL_BAYTRAIL
61 select SND_SOC_RT5640
62 help
63 This adds audio driver for Intel Baytrail platform based boards
64 with the RT5640 audio codec.
65
66config SND_SOC_INTEL_BYT_MAX98090_MACH
67 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
71 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
68 depends on X86_INTEL_LPSS && I2C
72 depends on DW_DMAC_CORE
69 depends on DW_DMAC_CORE
70 select SND_SOC_INTEL_SST
73 select SND_SOC_INTEL_BAYTRAIL
74 select SND_SOC_MAX98090
75 help
76 This adds audio driver for Intel Baytrail platform based boards
77 with the MAX98090 audio codec.
78
79config SND_SOC_INTEL_BROADWELL_MACH
80 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
71 select SND_SOC_INTEL_BAYTRAIL
72 select SND_SOC_MAX98090
73 help
74 This adds audio driver for Intel Baytrail platform based boards
75 with the MAX98090 audio codec.
76
77config SND_SOC_INTEL_BROADWELL_MACH
78 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
81 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \
79 depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
82 I2C_DESIGNWARE_PLATFORM
83 depends on DW_DMAC_CORE
80 I2C_DESIGNWARE_PLATFORM
81 depends on DW_DMAC_CORE
82 select SND_SOC_INTEL_SST
84 select SND_SOC_INTEL_HASWELL
85 select SND_SOC_RT286
86 help
87 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
88 Ultrabook platforms.
89 Say Y if you have such a device
90 If unsure select "N".
91

--- 46 unchanged lines hidden ---
83 select SND_SOC_INTEL_HASWELL
84 select SND_SOC_RT286
85 help
86 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
87 Ultrabook platforms.
88 Say Y if you have such a device
89 If unsure select "N".
90

--- 46 unchanged lines hidden ---