]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ASoC: ux500: Don't make the CPU I2S driver user selectable
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 10 May 2012 09:05:18 +0000 (10:05 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 10 May 2012 09:05:18 +0000 (10:05 +0100)
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>
sound/soc/ux500/Kconfig

index 1be1f500fe009d78678d37a2103cc5e5ba6823b3..44cf43404cd9381a7a519616e146a284f023b6c1 100644 (file)
@@ -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.