diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-10 04:57:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-10 04:57:19 -0400 |
commit | c632d068de52767b5c8fcd242d54c5f559aaf233 (patch) | |
tree | 4611ec8be5ca7b780322eb84f57ecc99491724d7 | |
parent | a7f44885e23070cbb78a06d6e04bb6b687f75c64 (diff) |
ASoC: ux500: Fix dependencies
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index ac852347c5dc..1be1f500fe00 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | menuconfig SND_SOC_UX500 | 4 | menuconfig SND_SOC_UX500 |
5 | tristate "SoC Audio support for Ux500 platform" | 5 | tristate "SoC Audio support for Ux500 platform" |
6 | depends on SND_SOC | 6 | depends on SND_SOC |
7 | depends on MFD_DB8500_PRCMU | ||
7 | help | 8 | help |
8 | Say Y if you want to enable ASoC-support for | 9 | Say Y if you want to enable ASoC-support for |
9 | any of the Ux500 platforms (e.g. U8500). | 10 | any of the Ux500 platforms (e.g. U8500). |