aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-16 13:49:09 -0400
committerMark Brown <broonie@linaro.org>2013-07-17 05:19:21 -0400
commit2fa1b9008c73525bbd7de93bf36e406b8a754bd1 (patch)
treef1e92c4cb6435b24a05e2dcf92fcb06d4b9d6a8c /sound/soc/tegra
parentf9b4243fc2e0be109b957a0a5a25968facf7565d (diff)
ASoC: tegra: Add GPIOLIB dependencies
For build coverage. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r--sound/soc/tegra/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 995b120c2cd0..b0c8ecf8101b 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -61,7 +61,7 @@ config SND_SOC_TEGRA30_I2S
61 61
62config SND_SOC_TEGRA_RT5640 62config SND_SOC_TEGRA_RT5640
63 tristate "SoC Audio support for Tegra boards using an RT5640 codec" 63 tristate "SoC Audio support for Tegra boards using an RT5640 codec"
64 depends on SND_SOC_TEGRA && I2C 64 depends on SND_SOC_TEGRA && I2C && GPIOLIB
65 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC 65 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
66 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC 66 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
67 select SND_SOC_RT5640 67 select SND_SOC_RT5640
@@ -71,7 +71,7 @@ config SND_SOC_TEGRA_RT5640
71 71
72config SND_SOC_TEGRA_WM8753 72config SND_SOC_TEGRA_WM8753
73 tristate "SoC Audio support for Tegra boards using a WM8753 codec" 73 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
74 depends on SND_SOC_TEGRA && I2C 74 depends on SND_SOC_TEGRA && I2C && GPIOLIB
75 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC 75 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
76 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC 76 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
77 select SND_SOC_WM8753 77 select SND_SOC_WM8753
@@ -81,7 +81,7 @@ config SND_SOC_TEGRA_WM8753
81 81
82config SND_SOC_TEGRA_WM8903 82config SND_SOC_TEGRA_WM8903
83 tristate "SoC Audio support for Tegra boards using a WM8903 codec" 83 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
84 depends on SND_SOC_TEGRA && I2C 84 depends on SND_SOC_TEGRA && I2C && GPIOLIB
85 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC 85 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
86 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC 86 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
87 select SND_SOC_WM8903 87 select SND_SOC_WM8903
@@ -92,7 +92,7 @@ config SND_SOC_TEGRA_WM8903
92 92
93config SND_SOC_TEGRA_WM9712 93config SND_SOC_TEGRA_WM9712
94 tristate "SoC Audio support for Tegra boards using a WM9712 codec" 94 tristate "SoC Audio support for Tegra boards using a WM9712 codec"
95 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC 95 depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC && GPIOLIB
96 select SND_SOC_TEGRA20_AC97 96 select SND_SOC_TEGRA20_AC97
97 select SND_SOC_WM9712 97 select SND_SOC_WM9712
98 help 98 help
@@ -110,7 +110,7 @@ config SND_SOC_TEGRA_TRIMSLICE
110 110
111config SND_SOC_TEGRA_ALC5632 111config SND_SOC_TEGRA_ALC5632
112 tristate "SoC Audio support for Tegra boards using an ALC5632 codec" 112 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
113 depends on SND_SOC_TEGRA && I2C 113 depends on SND_SOC_TEGRA && I2C && GPIOLIB
114 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC 114 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
115 select SND_SOC_ALC5632 115 select SND_SOC_ALC5632
116 help 116 help