summaryrefslogtreecommitdiff
path: root/sound/soc/ux500
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-10 10:05:18 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-10 10:05:18 +0100
commit72b3be3cf5b556ff863743bd639082bfa3b45b1c (patch)
tree6dc1f3212f7880d64de551e1d3014c8970efb468 /sound/soc/ux500
parentc632d068de52767b5c8fcd242d54c5f559aaf233 (diff)
ASoC: ux500: Don't make the CPU I2S driver user selectable
It can only be used with a machine driver so the idiomatic thing for ASoC is to select this driver from the machine driver. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500')
-rw-r--r--sound/soc/ux500/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig
index 1be1f500fe00..44cf43404cd9 100644
--- a/sound/soc/ux500/Kconfig
+++ b/sound/soc/ux500/Kconfig
@@ -10,7 +10,5 @@ menuconfig SND_SOC_UX500
any of the Ux500 platforms (e.g. U8500).
config SND_SOC_UX500_PLAT_MSP_I2S
- tristate "Platform - MSP (I2S)"
+ tristate
depends on SND_SOC_UX500
- help
- Say Y if you want to enable the Ux500 MSP I2S-driver.