]> Git Repo - linux.git/commitdiff
ASoC: Fix gpiolib dependencies
authorMark Brown <[email protected]>
Tue, 8 Feb 2022 18:58:08 +0000 (18:58 +0000)
committerMark Brown <[email protected]>
Tue, 8 Feb 2022 18:58:08 +0000 (18:58 +0000)
Merge series from Mark Brown <[email protected]>:

This series removes a bunch of spurious selects of gpiolib that were
causing noise in randconfig build tests.

Mark Brown (6):
  ASoC: dmic: Remove spurious gpiolib select
  ASoC: rt9120: Remove spurious gpiolib select
  ASoC: simple-amplifier: Remove spurious gpiolib select
  ASoC: max9759: Remove spurious gpiolib select
  ASoC: zl38060: Remove spurious gpiolib select
  ASoC: simple-mux: Depend on gpiolib rather than selecting it

 sound/soc/codecs/Kconfig | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

base-commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07
--
2.30.2

1  2 
sound/soc/codecs/Kconfig

diff --combined sound/soc/codecs/Kconfig
index 68ad04ab3349c8b64aecee55c55ef38f687a8246,0ef2cfe40723757217bc064ff76331f30872f3a3..c2627f7489a4a45f2112bb1373cf13b96660092e
@@@ -733,7 -733,6 +733,7 @@@ config SND_SOC_CS434
  
  config SND_SOC_CS47L15
        tristate
 +      depends on MFD_CS47L15
  
  config SND_SOC_CS47L24
        tristate
  
  config SND_SOC_CS47L35
        tristate
 +      depends on MFD_CS47L35
  
  config SND_SOC_CS47L85
        tristate
 +      depends on MFD_CS47L85
  
  config SND_SOC_CS47L90
        tristate
 +      depends on MFD_CS47L90
  
  config SND_SOC_CS47L92
        tristate
 +      depends on MFD_CS47L92
  
  # Cirrus Logic Quad-Channel ADC
  config SND_SOC_CS53L30
@@@ -847,7 -842,6 +847,6 @@@ config SND_SOC_DA905
  
  config SND_SOC_DMIC
        tristate "Generic Digital Microphone CODEC"
-       depends on GPIOLIB
        help
          Enable support for the Generic Digital Microphone CODEC.
          Select this if your sound card has DMICs.
@@@ -1354,7 -1348,6 +1353,6 @@@ config SND_SOC_RT912
        tristate "Richtek RT9120 Stereo Class-D Amplifier"
        depends on I2C
        select REGMAP_I2C
-       select GPIOLIB
        help
          Enable support for Richtek RT9120 20W, stereo, inductor-less,
          high-efficiency Class-D audio amplifier.
@@@ -1398,11 -1391,10 +1396,10 @@@ config SND_SOC_SIGMADSP_REGMA
  
  config SND_SOC_SIMPLE_AMPLIFIER
        tristate "Simple Audio Amplifier"
-       select GPIOLIB
  
  config SND_SOC_SIMPLE_MUX
        tristate "Simple Audio Mux"
-       select GPIOLIB
+       depends on GPIOLIB
  
  config SND_SOC_SPDIF
        tristate "S/PDIF CODEC"
@@@ -1490,15 -1482,6 +1487,15 @@@ config SND_SOC_TAS572
          Enable support for Texas Instruments TAS5720L/M high-efficiency mono
          Class-D audio power amplifiers.
  
 +config SND_SOC_TAS5805M
 +      tristate "Texas Instruments TAS5805M speaker amplifier"
 +      depends on I2C
 +      help
 +        Enable support for Texas Instruments TAS5805M Class-D
 +        amplifiers. This is a speaker amplifier with an integrated
 +        DSP. DSP configuration for each instance needs to be supplied
 +        via a device-tree attribute.
 +
  config SND_SOC_TAS6424
        tristate "Texas Instruments TAS6424 Quad-Channel Audio amplifier"
        depends on I2C
@@@ -1915,7 -1898,6 +1912,6 @@@ config SND_SOC_WSA881
  config SND_SOC_ZL38060
        tristate "Microsemi ZL38060 Connected Home Audio Processor"
        depends on SPI_MASTER
-       select GPIOLIB
        select REGMAP
        help
          Support for ZL38060 Connected Home Audio Processor from Microsemi,
@@@ -1929,7 -1911,7 +1925,7 @@@ config SND_SOC_LM485
  
  config SND_SOC_MAX9759
        tristate "Maxim MAX9759 speaker Amplifier"
-       select GPIOLIB
+       depends on GPIOLIB
  
  config SND_SOC_MAX9768
        tristate
This page took 0.067887 seconds and 4 git commands to generate.