aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index e3f75093d197..535ee73ecf15 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -1,6 +1,9 @@
1config SND_SOC_FSL_SSI 1config SND_SOC_FSL_SSI
2 tristate 2 tristate
3 3
4config SND_SOC_FSL_UTILS
5 tristate
6
4menuconfig SND_POWERPC_SOC 7menuconfig SND_POWERPC_SOC
5 tristate "SoC Audio for Freescale PowerPC CPUs" 8 tristate "SoC Audio for Freescale PowerPC CPUs"
6 depends on FSL_SOC 9 depends on FSL_SOC
@@ -26,6 +29,7 @@ config SND_SOC_MPC8610_HPCD
26 # I2C is necessary for the CS4270 driver 29 # I2C is necessary for the CS4270 driver
27 depends on MPC8610_HPCD && I2C 30 depends on MPC8610_HPCD && I2C
28 select SND_SOC_FSL_SSI 31 select SND_SOC_FSL_SSI
32 select SND_SOC_FSL_UTILS
29 select SND_SOC_POWERPC_DMA 33 select SND_SOC_POWERPC_DMA
30 select SND_SOC_CS4270 34 select SND_SOC_CS4270
31 select SND_SOC_CS4270_VD33_ERRATA 35 select SND_SOC_CS4270_VD33_ERRATA
@@ -38,6 +42,7 @@ config SND_SOC_P1022_DS
38 # I2C is necessary for the WM8776 driver 42 # I2C is necessary for the WM8776 driver
39 depends on P1022_DS && I2C 43 depends on P1022_DS && I2C
40 select SND_SOC_FSL_SSI 44 select SND_SOC_FSL_SSI
45 select SND_SOC_FSL_UTILS
41 select SND_SOC_POWERPC_DMA 46 select SND_SOC_POWERPC_DMA
42 select SND_SOC_WM8776 47 select SND_SOC_WM8776
43 default y if P1022_DS 48 default y if P1022_DS