ASoC: omap: Make RX51 depend on GPIOLIB due to jack usage
authorMark Brown <broonie@linaro.org>
Mon, 20 Jan 2014 22:52:28 +0000 (22:52 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 21 Jan 2014 11:47:06 +0000 (11:47 +0000)
Since the GPIO jacks are only supported if gpiolib is built and fail to
compile otherwise add a build depedency.  This is unlikely to have any
practical impact outside of coverage testing.

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
sound/soc/omap/Kconfig

index 4a07f7179690d36e3526cb8bcf9c4fc20e2ca509..22ad9c5654b5ebea99b6aecbc0b4271af62ef3e1 100644 (file)
@@ -30,6 +30,7 @@ config SND_OMAP_SOC_RX51
        select SND_OMAP_SOC_MCBSP
        select SND_SOC_TLV320AIC3X
        select SND_SOC_TPA6130A2
+       depends on GPIOLIB
        help
          Say Y if you want to add support for SoC audio on Nokia RX-51
          hardware. This is also known as Nokia N900 product.
This page took 0.025507 seconds and 5 git commands to generate.