Kconfig 7.6 KB
Newer Older
1 2
config SND_MFLD_MACHINE
	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 8 9 10 11 12
	help
          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
          used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".

13
config SND_SST_MFLD_PLATFORM
14
	tristate
15
	select SND_SOC_COMPRESS
16

17 18 19
config SND_SST_IPC
	tristate

20 21 22 23
config SND_SST_IPC_PCI
	tristate
	select SND_SST_IPC

V
Vinod Koul 已提交
24 25 26
config SND_SST_IPC_ACPI
	tristate
	select SND_SST_IPC
27
	select SND_SOC_INTEL_SST
V
Vinod Koul 已提交
28 29
	depends on ACPI

30
config SND_SOC_INTEL_SST
31
	tristate
32
	select SND_SOC_INTEL_SST_ACPI if ACPI
33
	select SND_SOC_INTEL_SST_MATCH if ACPI
34
	depends on (X86 || COMPILE_TEST)
35 36 37 38

config SND_SOC_INTEL_SST_ACPI
	tristate

39 40 41
config SND_SOC_INTEL_SST_MATCH
	tristate

42 43
config SND_SOC_INTEL_HASWELL
	tristate
44

45 46 47
config SND_SOC_INTEL_BAYTRAIL
	tristate

48
config SND_SOC_INTEL_HASWELL_MACH
49
	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
50
	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
51
	depends on DW_DMAC_CORE=y
52
	select SND_SOC_INTEL_SST
53 54 55
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5640
	help
56
	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
57
	  Ultrabook platforms.
58 59
	  Say Y if you have such a device
	  If unsure select "N".
60

61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
	tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
	depends on X86 && ACPI && I2C
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_DA7219
	select SND_SOC_MAX98357A
	select SND_SOC_DMIC
	select SND_SOC_HDAC_HDMI
	select SND_HDA_DSP_LOADER
	help
	   This adds support for ASoC machine driver for Broxton-P platforms
	   with DA7219 + MAX98357A I2S audio codec.
	   Say Y if you have such a device
	   If unsure select "N".

77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
config SND_SOC_INTEL_BXT_RT298_MACH
	tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
	depends on X86 && ACPI && I2C
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_RT298
	select SND_SOC_DMIC
	select SND_SOC_HDAC_HDMI
	select SND_HDA_DSP_LOADER
	help
	   This adds support for ASoC machine driver for Broxton platforms
	   with RT286 I2S audio codec.
	   Say Y if you have such a device
	   If unsure select "N".

92 93
config SND_SOC_INTEL_BYT_RT5640_MACH
	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
94
	depends on X86_INTEL_LPSS && I2C
95
	depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
96
	select SND_SOC_INTEL_SST
97 98 99 100
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_RT5640
	help
	  This adds audio driver for Intel Baytrail platform based boards
101 102
	  with the RT5640 audio codec. This driver is deprecated, use
	  SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality
103 104 105

config SND_SOC_INTEL_BYT_MAX98090_MACH
	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
106
	depends on X86_INTEL_LPSS && I2C
107
	depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
108
	select SND_SOC_INTEL_SST
109 110 111 112 113
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_MAX98090
	help
	  This adds audio driver for Intel Baytrail platform based boards
	  with the MAX98090 audio codec.
114 115 116

config SND_SOC_INTEL_BROADWELL_MACH
	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
117
	depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
118
		   I2C_DESIGNWARE_PLATFORM
119
	depends on DW_DMAC_CORE=y
120
	select SND_SOC_INTEL_SST
121 122 123 124 125 126 127
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT286
	help
	  This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
	  Ultrabook platforms.
	  Say Y if you have such a device
	  If unsure select "N".
128 129

config SND_SOC_INTEL_BYTCR_RT5640_MACH
130
        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
131
	depends on X86 && I2C
132 133 134
	select SND_SOC_RT5640
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
135
	select SND_SOC_INTEL_SST_MATCH if ACPI
136
	help
137 138
          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
          platforms with RT5640 audio codec.
139 140
          Say Y if you have such a device
          If unsure select "N".
141

142 143 144 145 146 147
config SND_SOC_INTEL_BYTCR_RT5651_MACH
        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
	depends on X86 && I2C
	select SND_SOC_RT5651
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
148
	select SND_SOC_INTEL_SST_MATCH if ACPI
149 150 151 152 153 154
	help
          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
          platforms with RT5651 audio codec.
          Say Y if you have such a device
          If unsure select "N".

155 156
config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
157
        depends on X86_INTEL_LPSS && I2C
158 159 160
        select SND_SOC_RT5670
        select SND_SST_MFLD_PLATFORM
        select SND_SST_IPC_ACPI
161
	select SND_SOC_INTEL_SST_MATCH if ACPI
162 163 164 165 166
        help
          This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
          platforms with RT5672 audio codec.
          Say Y if you have such a device
          If unsure select "N".
167 168

config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
169
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
170
	depends on X86_INTEL_LPSS && I2C
171 172 173
	select SND_SOC_RT5645
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
174
	select SND_SOC_INTEL_SST_MATCH if ACPI
175 176
	help
	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
177
	  platforms with RT5645/5650 audio codec.
178
	  If unsure select "N".
179 180 181

config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
182
	depends on X86_INTEL_LPSS && I2C
183 184 185 186
	select SND_SOC_MAX98090
	select SND_SOC_TS3A227E
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
187
	select SND_SOC_INTEL_SST_MATCH if ACPI
188 189 190 191
	help
      This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
      platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
      If unsure select "N".
192 193 194 195

config SND_SOC_INTEL_SKYLAKE
	tristate
	select SND_HDA_EXT_CORE
196
	select SND_HDA_DSP_LOADER
197
	select SND_SOC_TOPOLOGY
198
	select SND_SOC_INTEL_SST
199 200 201

config SND_SOC_INTEL_SKL_RT286_MACH
	tristate "ASoC Audio driver for SKL with RT286 I2S mode"
202
	depends on X86 && ACPI && I2C
203 204 205 206
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_RT286
	select SND_SOC_DMIC
207
	select SND_SOC_HDAC_HDMI
208 209 210 211 212
	help
	   This adds support for ASoC machine driver for Skylake platforms
	   with RT286 I2S audio codec.
	   Say Y if you have such a device
	   If unsure select "N".
213 214 215 216 217 218 219 220 221

config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
	tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
	depends on X86_INTEL_LPSS && I2C
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_NAU8825
	select SND_SOC_SSM4567
	select SND_SOC_DMIC
222
	select SND_SOC_HDAC_HDMI
223 224 225 226 227
	help
	  This adds support for ASoC Onboard Codec I2S machine driver. This will
	  create an alsa sound card for NAU88L25 + SSM4567.
	  Say Y if you have such a device
	  If unsure select "N".
228 229 230 231 232 233 234 235 236

config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
	tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
	depends on X86_INTEL_LPSS && I2C
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_NAU8825
	select SND_SOC_MAX98357A
	select SND_SOC_DMIC
237
	select SND_SOC_HDAC_HDMI
238 239 240 241 242
	help
	  This adds support for ASoC Onboard Codec I2S machine driver. This will
	  create an alsa sound card for NAU88L25 + MAX98357A.
	  Say Y if you have such a device
	  If unsure select "N".