~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/intel/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/intel/Kconfig (Version linux-6.12-rc7) and /sound/soc/intel/Kconfig (Version linux-5.7.19)


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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php