ASoC: pxa: make SND_PXA_SOC_SSP depend on PLAT_PXA
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Jul 2018 13:30:48 +0000 (15:30 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Jul 2018 11:27:16 +0000 (12:27 +0100)
commit9d1310daedae494874fe36a995172e64b06e29a4
tree5b8bb58dc4eff4c75b82216d305957f3c6b30433
parent8db339d66774821091f73bd0e57c8a7511c5988e
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 <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/Kconfig