From: Arnd Bergmann Date: Fri, 6 Jul 2018 13:30:48 +0000 (+0200) Subject: ASoC: pxa: make SND_PXA_SOC_SSP depend on PLAT_PXA X-Git-Tag: v4.19~92^2~2^2~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d1310daedae494874fe36a995172e64b06e29a4;p=platform%2Fkernel%2Flinux-rpi3.git ASoC: pxa: make SND_PXA_SOC_SSP depend on PLAT_PXA For the moment, we can't enable CONFIG_SND_PXA_SOC_SSP unless we are building for ARM PXA or MMP: WARNING: unmet direct dependencies detected for PXA_SSP Depends on [n]: PLAT_PXA [=n] Selected by [y]: - SND_PXA_SOC_SSP [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] This adds an explicit dependency for it. Fixes: 0a94cf345740 ("ASoC: pxa: make SND_PXA2XX_SOC_I2S selectable") Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown --- diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 2fc02c2..776e148 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -34,6 +34,7 @@ config SND_PXA2XX_SOC_I2S config SND_PXA_SOC_SSP tristate "Soc Audio via PXA2xx/PXA3xx SSP ports" + depends on PLAT_PXA select PXA_SSP select SND_PXA2XX_LIB