Kconfig 6.5 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

config SND_SOC_INTEL_BYT_RT5640_MACH
	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
63
	depends on X86_INTEL_LPSS && I2C
64
	depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
65
	select SND_SOC_INTEL_SST
66 67 68 69
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_RT5640
	help
	  This adds audio driver for Intel Baytrail platform based boards
70 71
	  with the RT5640 audio codec. This driver is deprecated, use
	  SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality
72 73 74

config SND_SOC_INTEL_BYT_MAX98090_MACH
	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
75
	depends on X86_INTEL_LPSS && I2C
76
	depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
77
	select SND_SOC_INTEL_SST
78 79 80 81 82
	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.
83 84 85

config SND_SOC_INTEL_BROADWELL_MACH
	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
86
	depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
87
		   I2C_DESIGNWARE_PLATFORM
88
	depends on DW_DMAC_CORE=y
89
	select SND_SOC_INTEL_SST
90 91 92 93 94 95 96
	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".
97 98

config SND_SOC_INTEL_BYTCR_RT5640_MACH
99
        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
100
	depends on X86 && I2C
101 102 103
	select SND_SOC_RT5640
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
104
	select SND_SOC_INTEL_SST_MATCH if ACPI
105
	help
106 107
          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
          platforms with RT5640 audio codec.
108 109
          Say Y if you have such a device
          If unsure select "N".
110

111 112 113 114 115 116
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
117
	select SND_SOC_INTEL_SST_MATCH if ACPI
118 119 120 121 122 123
	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".

124 125
config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
126
        depends on X86_INTEL_LPSS && I2C
127 128 129
        select SND_SOC_RT5670
        select SND_SST_MFLD_PLATFORM
        select SND_SST_IPC_ACPI
130
	select SND_SOC_INTEL_SST_MATCH if ACPI
131 132 133 134 135
        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".
136 137

config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
138
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
139
	depends on X86_INTEL_LPSS && I2C
140 141 142
	select SND_SOC_RT5645
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
143
	select SND_SOC_INTEL_SST_MATCH if ACPI
144 145
	help
	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
146
	  platforms with RT5645/5650 audio codec.
147
	  If unsure select "N".
148 149 150

config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
151
	depends on X86_INTEL_LPSS && I2C
152 153 154 155
	select SND_SOC_MAX98090
	select SND_SOC_TS3A227E
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
156
	select SND_SOC_INTEL_SST_MATCH if ACPI
157 158 159 160
	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".
161 162 163 164

config SND_SOC_INTEL_SKYLAKE
	tristate
	select SND_HDA_EXT_CORE
165
	select SND_SOC_TOPOLOGY
166
	select SND_SOC_INTEL_SST
167 168 169

config SND_SOC_INTEL_SKL_RT286_MACH
	tristate "ASoC Audio driver for SKL with RT286 I2S mode"
170
	depends on X86 && ACPI && I2C
171 172 173 174 175 176 177 178 179
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SKYLAKE
	select SND_SOC_RT286
	select SND_SOC_DMIC
	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".
180 181 182 183 184 185 186 187 188 189 190 191 192 193

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
	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".
194 195 196 197 198 199 200 201 202 203 204 205 206 207

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
	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".