1 # SPDX-License-Identifier: GPL-2.0-only << 2 config SND_SOC_INTEL_SST_TOPLEVEL 1 config SND_SOC_INTEL_SST_TOPLEVEL 3 bool "Intel ASoC SST drivers" 2 bool "Intel ASoC SST drivers" 4 default y 3 default y 5 depends on X86 || COMPILE_TEST 4 depends on X86 || COMPILE_TEST 6 select SND_SOC_INTEL_MACH 5 select SND_SOC_INTEL_MACH 7 help 6 help 8 Intel ASoC SST Platform Drivers. If 7 Intel ASoC SST Platform Drivers. If you have a Intel machine that 9 has an audio controller with a DSP a 8 has an audio controller with a DSP and I2S or DMIC port, then 10 enable this option by saying Y 9 enable this option by saying Y 11 10 12 Note that the answer to this questio 11 Note that the answer to this question doesn't directly affect the 13 kernel: saying N will just cause the 12 kernel: saying N will just cause the configurator to skip all 14 the questions about Intel SST driver 13 the questions about Intel SST drivers. 15 14 16 if SND_SOC_INTEL_SST_TOPLEVEL 15 if SND_SOC_INTEL_SST_TOPLEVEL 17 16 >> 17 config SND_SST_IPC >> 18 tristate >> 19 # This option controls the IPC core for HiFi2 platforms >> 20 >> 21 config SND_SST_IPC_PCI >> 22 tristate >> 23 select SND_SST_IPC >> 24 # This option controls the PCI-based IPC for HiFi2 platforms >> 25 # (Medfield, Merrifield). >> 26 >> 27 config SND_SST_IPC_ACPI >> 28 tristate >> 29 select SND_SST_IPC >> 30 # This option controls the ACPI-based IPC for HiFi2 platforms >> 31 # (Baytrail, Cherrytrail) >> 32 >> 33 config SND_SOC_INTEL_SST_ACPI >> 34 tristate >> 35 # This option controls ACPI-based probing on >> 36 # Haswell/Broadwell/Baytrail legacy and will be set >> 37 # when these platforms are enabled >> 38 18 config SND_SOC_INTEL_SST 39 config SND_SOC_INTEL_SST 19 tristate 40 tristate 20 41 21 config SND_SOC_INTEL_CATPT !! 42 config SND_SOC_INTEL_SST_FIRMWARE 22 tristate "Haswell and Broadwell" !! 43 tristate 23 depends on ACPI || COMPILE_TEST << 24 depends on DMADEVICES && SND_DMA_SGBUF << 25 select DW_DMAC_CORE 44 select DW_DMAC_CORE 26 select SND_SOC_ACPI if ACPI !! 45 # This option controls firmware download on 27 select WANT_DEV_COREDUMP !! 46 # Haswell/Broadwell/Baytrail legacy and will be set 28 select SND_INTEL_DSP_CONFIG !! 47 # when these platforms are enabled 29 help << 30 Enable support for Intel(R) Haswell << 31 with I2S codec present. This is a re << 32 Say Y or m if you have such device. << 33 If unsure, say N. << 34 48 35 config SND_SOC_INTEL_HASWELL 49 config SND_SOC_INTEL_HASWELL 36 tristate !! 50 tristate "Haswell/Broadwell Platforms" 37 select SND_SOC_INTEL_CATPT !! 51 depends on SND_DMA_SGBUF >> 52 depends on DMADEVICES && ACPI >> 53 select SND_SOC_INTEL_SST >> 54 select SND_SOC_INTEL_SST_ACPI >> 55 select SND_SOC_INTEL_SST_FIRMWARE >> 56 select SND_SOC_ACPI_INTEL_MATCH >> 57 help >> 58 If you have a Intel Haswell or Broadwell platform connected to >> 59 an I2S codec, then enable this option by saying Y or m. This is >> 60 typically used for Chromebooks. This is a recommended option. >> 61 >> 62 config SND_SOC_INTEL_BAYTRAIL >> 63 tristate "Baytrail (legacy) Platforms" >> 64 depends on DMADEVICES && ACPI && SND_SST_ATOM_HIFI2_PLATFORM=n >> 65 select SND_SOC_INTEL_SST >> 66 select SND_SOC_INTEL_SST_ACPI >> 67 select SND_SOC_INTEL_SST_FIRMWARE >> 68 select SND_SOC_ACPI_INTEL_MATCH >> 69 help >> 70 If you have a Intel Baytrail platform connected to an I2S codec, >> 71 then enable this option by saying Y or m. This was typically used >> 72 for Baytrail Chromebooks but this option is now deprecated and is >> 73 not recommended, use SND_SST_ATOM_HIFI2_PLATFORM instead. 38 74 39 config SND_SST_ATOM_HIFI2_PLATFORM 75 config SND_SST_ATOM_HIFI2_PLATFORM 40 tristate 76 tristate 41 select SND_SOC_COMPRESS 77 select SND_SOC_COMPRESS 42 78 43 config SND_SST_ATOM_HIFI2_PLATFORM_PCI 79 config SND_SST_ATOM_HIFI2_PLATFORM_PCI 44 tristate "PCI HiFi2 (Merrifield) Platf 80 tristate "PCI HiFi2 (Merrifield) Platforms" 45 depends on X86 && PCI 81 depends on X86 && PCI >> 82 select SND_SST_IPC_PCI 46 select SND_SST_ATOM_HIFI2_PLATFORM 83 select SND_SST_ATOM_HIFI2_PLATFORM 47 help 84 help 48 If you have a Intel Merrifield/Ediso 85 If you have a Intel Merrifield/Edison platform, then 49 enable this option by saying Y or m. 86 enable this option by saying Y or m. Distros will typically not 50 enable this option: while Merrifield 87 enable this option: while Merrifield/Edison can run a mainline 51 kernel with limited functionality it 88 kernel with limited functionality it will require a firmware file 52 which is not in the standard firmwar 89 which is not in the standard firmware tree 53 90 54 config SND_SST_ATOM_HIFI2_PLATFORM_ACPI 91 config SND_SST_ATOM_HIFI2_PLATFORM_ACPI 55 tristate "ACPI HiFi2 (Baytrail, Cherry 92 tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms" 56 default ACPI 93 default ACPI 57 depends on X86 && ACPI && PCI 94 depends on X86 && ACPI && PCI >> 95 select SND_SST_IPC_ACPI 58 select SND_SST_ATOM_HIFI2_PLATFORM 96 select SND_SST_ATOM_HIFI2_PLATFORM 59 select SND_SOC_ACPI_INTEL_MATCH 97 select SND_SOC_ACPI_INTEL_MATCH 60 select SND_INTEL_DSP_CONFIG << 61 select IOSF_MBI 98 select IOSF_MBI 62 help 99 help 63 If you have a Intel Baytrail or Cher 100 If you have a Intel Baytrail or Cherrytrail platform with an I2S 64 codec, then enable this option by sa 101 codec, then enable this option by saying Y or m. This is a 65 recommended option 102 recommended option 66 This option is mutually exclusive wi << 67 Baytrail/Cherrytrail. If you want to << 68 Baytrail/Cherrytrail, you need to de << 69 << 70 endif ## SND_SOC_INTEL_SST_TOPLEVEL << 71 103 72 if SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_I !! 104 config SND_SOC_INTEL_SKYLAKE >> 105 tristate "All Skylake/SST Platforms" >> 106 depends on PCI && ACPI >> 107 select SND_SOC_INTEL_SKL >> 108 select SND_SOC_INTEL_APL >> 109 select SND_SOC_INTEL_KBL >> 110 select SND_SOC_INTEL_GLK >> 111 select SND_SOC_INTEL_CNL >> 112 select SND_SOC_INTEL_CFL >> 113 help >> 114 This is a backwards-compatible option to select all devices >> 115 supported by the Intel SST/Skylake driver. This option is no >> 116 longer recommended and will be deprecated when the SOF >> 117 driver is introduced. Distributions should explicitly >> 118 select which platform uses this driver. >> 119 >> 120 config SND_SOC_INTEL_SKL >> 121 tristate "Skylake Platforms" >> 122 depends on PCI && ACPI >> 123 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 124 help >> 125 If you have a Intel Skylake platform with the DSP enabled >> 126 in the BIOS then enable this option by saying Y or m. >> 127 >> 128 config SND_SOC_INTEL_APL >> 129 tristate "Broxton/ApolloLake Platforms" >> 130 depends on PCI && ACPI >> 131 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 132 help >> 133 If you have a Intel Broxton/ApolloLake platform with the DSP >> 134 enabled in the BIOS then enable this option by saying Y or m. >> 135 >> 136 config SND_SOC_INTEL_KBL >> 137 tristate "Kabylake Platforms" >> 138 depends on PCI && ACPI >> 139 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 140 help >> 141 If you have a Intel Kabylake platform with the DSP >> 142 enabled in the BIOS then enable this option by saying Y or m. >> 143 >> 144 config SND_SOC_INTEL_GLK >> 145 tristate "GeminiLake Platforms" >> 146 depends on PCI && ACPI >> 147 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 148 help >> 149 If you have a Intel GeminiLake platform with the DSP >> 150 enabled in the BIOS then enable this option by saying Y or m. >> 151 >> 152 config SND_SOC_INTEL_CNL >> 153 tristate "CannonLake/WhiskyLake Platforms" >> 154 depends on PCI && ACPI >> 155 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 156 help >> 157 If you have a Intel CNL/WHL platform with the DSP >> 158 enabled in the BIOS then enable this option by saying Y or m. >> 159 >> 160 config SND_SOC_INTEL_CFL >> 161 tristate "CoffeeLake Platforms" >> 162 depends on PCI && ACPI >> 163 select SND_SOC_INTEL_SKYLAKE_FAMILY >> 164 help >> 165 If you have a Intel CoffeeLake platform with the DSP >> 166 enabled in the BIOS then enable this option by saying Y or m. 73 167 74 config SND_SOC_ACPI_INTEL_MATCH !! 168 config SND_SOC_INTEL_SKYLAKE_FAMILY 75 tristate 169 tristate 76 select SND_SOC_ACPI if ACPI !! 170 select SND_SOC_INTEL_SKYLAKE_COMMON 77 # this option controls the compilation << 78 # helpers and is not meant to be selec << 79 171 80 endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC !! 172 if SND_SOC_INTEL_SKYLAKE_FAMILY >> 173 >> 174 config SND_SOC_INTEL_SKYLAKE_SSP_CLK >> 175 tristate 81 176 82 config SND_SOC_INTEL_KEEMBAY !! 177 config SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC 83 tristate "Keembay Platforms" !! 178 bool "HDAudio codec support" 84 depends on ARCH_KEEMBAY || COMPILE_TES << 85 depends on COMMON_CLK << 86 select SND_DMAENGINE_PCM << 87 select SND_SOC_GENERIC_DMAENGINE_PCM << 88 help 179 help 89 If you have a Intel Keembay platform !! 180 If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/ 90 by saying Y or m. !! 181 GeminiLake or CannonLake platform with an HDaudio codec >> 182 then enable this option by saying Y 91 183 92 config SND_SOC_INTEL_AVS !! 184 config SND_SOC_INTEL_SKYLAKE_COMMON 93 tristate "Intel AVS driver" !! 185 tristate 94 depends on X86 || COMPILE_TEST << 95 depends on PCI << 96 depends on COMMON_CLK << 97 select ACPI_NHLT if ACPI << 98 select SND_SOC_ACPI if ACPI << 99 select SND_SOC_TOPOLOGY << 100 select SND_SOC_HDA << 101 select SND_SOC_COMPRESS if DEBUG_FS << 102 select SND_HDA_EXT_CORE 186 select SND_HDA_EXT_CORE 103 select SND_HDA_DSP_LOADER 187 select SND_HDA_DSP_LOADER 104 select SND_INTEL_DSP_CONFIG !! 188 select SND_SOC_TOPOLOGY 105 select WANT_DEV_COREDUMP !! 189 select SND_SOC_INTEL_SST >> 190 select SND_SOC_HDAC_HDA if SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC >> 191 select SND_SOC_ACPI_INTEL_MATCH 106 help 192 help 107 Enable support for Intel(R) cAVS 1.5 !! 193 If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/ 108 capabilities. This includes Skylake, !! 194 GeminiLake or CannonLake platform with the DSP enabled in the BIOS 109 Apollolake. !! 195 then enable this option by saying Y or m. >> 196 >> 197 endif ## SND_SOC_INTEL_SKYLAKE_FAMILY 110 198 111 # Machine board drivers !! 199 config SND_SOC_ACPI_INTEL_MATCH 112 source "sound/soc/intel/avs/boards/Kconfig" !! 200 tristate >> 201 select SND_SOC_ACPI if ACPI >> 202 # this option controls the compilation of ACPI matching tables and >> 203 # helpers and is not meant to be selected by the user. >> 204 >> 205 endif ## SND_SOC_INTEL_SST_TOPLEVEL 113 206 114 # ASoC codec drivers 207 # ASoC codec drivers 115 source "sound/soc/intel/boards/Kconfig" 208 source "sound/soc/intel/boards/Kconfig"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.