From: Anatol Pomozov Date: Fri, 17 Oct 2014 18:56:42 +0000 (-0700) Subject: ASoC: rt5677: add build dependency to spi X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~12^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac884fc47b7750b1e7eaf04f0236610c84ceee54;p=pandora-kernel.git ASoC: rt5677: add build dependency to spi Since 9cb715a9d4c the codec has a hardcoded dependency to spi. Add this dependency to Kconfig. It fixes buildbot compilation failure: sound/built-in.o: In function `spi_write': >> rt5677-spi.c:(.text+0x8265f): undefined reference to `spi_sync' sound/built-in.o: In function `rt5677_spi_driver_init': >> rt5677-spi.c:(.init.text+0x17db): undefined reference to `spi_register_driver' Signed-off-by: Anatol Pomozov Signed-off-by: Mark Brown --- Reading git-diff-tree failed