diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-03-30 00:31:32 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 07:35:21 -0400 |
commit | 5c7b4a08b7f3ce49756b79386dcdad5a2a21ccb6 (patch) | |
tree | 1b0e37acd9dd48fde62caedd100e40a14542654e /sound/soc/fsl | |
parent | 20731c759a7c6877d1fe619c81b8ab9caebc8f96 (diff) |
ASoC: fsl: remove redundant Kconfig dependency on SND_SOC_POWERPC_DMA
Kconfig option SND_SOC_POWERPC_DMA is under menuconfig SND_POWERPC_SOC.
Since SND_POWERPC_SOC already depends on FSL_SOC, there is no need for
SND_SOC_POWERPC_DMA to do the same.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index d23d612381e8..0094789c43ff 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -18,7 +18,6 @@ config SND_MPC52xx_DMA | |||
18 | 18 | ||
19 | config SND_SOC_POWERPC_DMA | 19 | config SND_SOC_POWERPC_DMA |
20 | tristate | 20 | tristate |
21 | depends on FSL_SOC | ||
22 | 21 | ||
23 | config SND_SOC_MPC8610_HPCD | 22 | config SND_SOC_MPC8610_HPCD |
24 | tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" | 23 | tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" |