Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-next
authorMark Brown <broonie@kernel.org>
Thu, 5 Mar 2015 01:07:27 +0000 (01:07 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 5 Mar 2015 01:07:27 +0000 (01:07 +0000)
1  2 
sound/soc/codecs/Kconfig

diff --combined sound/soc/codecs/Kconfig
index ea9f0e31f9d40d4cf4d8e626371698cb857fcb3a,1d17988df796404f7ea4409fb2d7862fb21c4c5f..0bddd929837f4bfd174eff9cde5bc78bfc5611fa
@@@ -69,7 -69,7 +69,7 @@@ config SND_SOC_ALL_CODEC
        select SND_SOC_MAX98088 if I2C
        select SND_SOC_MAX98090 if I2C
        select SND_SOC_MAX98095 if I2C
 -      select SND_SOC_MAX98357A
 +      select SND_SOC_MAX98357A if GPIOLIB
        select SND_SOC_MAX9850 if I2C
        select SND_SOC_MAX9768 if I2C
        select SND_SOC_MAX9877 if I2C
        select SND_SOC_WM8770 if SPI_MASTER
        select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
        select SND_SOC_WM8782
-       select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
+       select SND_SOC_WM8804_I2C if I2C
+       select SND_SOC_WM8804_SPI if SPI_MASTER
        select SND_SOC_WM8900 if I2C
        select SND_SOC_WM8903 if I2C
        select SND_SOC_WM8904 if I2C
@@@ -744,8 -745,19 +745,19 @@@ config SND_SOC_WM878
        tristate
  
  config SND_SOC_WM8804
-       tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver"
-       depends on SND_SOC_I2C_AND_SPI
+       tristate
+ config SND_SOC_WM8804_I2C
+       tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C"
+       depends on I2C
+       select SND_SOC_WM8804
+       select REGMAP_I2C
+ config SND_SOC_WM8804_SPI
+       tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI"
+       depends on SPI_MASTER
+       select SND_SOC_WM8804
+       select REGMAP_SPI
  
  config SND_SOC_WM8900
        tristate
This page took 0.045876 seconds and 5 git commands to generate.