diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-14 08:03:10 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 03:28:09 -0500 |
commit | e5a3da2143962edff6c8a66dec43654c2951804f (patch) | |
tree | f0e97957fba92fc9858c98032b051ac302f66558 /sound/soc/fsl/Kconfig | |
parent | 03b1e3023b34dceedd882136f5a4c834e501fb39 (diff) |
mfd: mc13xxx: Remove useless symbol MFD_MC13783
Symbol MFD_MC13783 always selected by MFD_MC13XXX, so no need
to keep additional symbol.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index b7ab71f2ccc1..5b44c5c2ba03 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -206,7 +206,7 @@ config SND_SOC_IMX_SPDIF | |||
206 | 206 | ||
207 | config SND_SOC_IMX_MC13783 | 207 | config SND_SOC_IMX_MC13783 |
208 | tristate "SoC Audio support for I.MX boards with mc13783" | 208 | tristate "SoC Audio support for I.MX boards with mc13783" |
209 | depends on MFD_MC13783 && ARM | 209 | depends on MFD_MC13XXX && ARM |
210 | select SND_SOC_IMX_SSI | 210 | select SND_SOC_IMX_SSI |
211 | select SND_SOC_IMX_AUDMUX | 211 | select SND_SOC_IMX_AUDMUX |
212 | select SND_SOC_MC13783 | 212 | select SND_SOC_MC13783 |