Since these drivers rely on a SPI master and fail if the SPI functions aren't present, make sure the Kconfig reflects this dependency. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- sound/soc/blackfin/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig index 97f1a25..b91e234 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig @@ -43,7 +43,7 @@ config SND_BF5XX_TDM config SND_BF5XX_SOC_AD1836 tristate "SoC AD1836 Audio support for BF5xx" - depends on SND_BF5XX_TDM + depends on SND_BF5XX_TDM && SPI_MASTER select SND_BF5XX_SOC_TDM select SND_SOC_AD1836 help @@ -51,7 +51,7 @@ config SND_BF5XX_SOC_AD1836 config SND_BF5XX_SOC_AD1938 tristate "SoC AD1938 Audio support for Blackfin" - depends on SND_BF5XX_TDM + depends on SND_BF5XX_TDM && SPI_MASTER select SND_BF5XX_SOC_TDM select SND_SOC_AD1938 help -- 1.6.5.rc2 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel