]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 25 Nov 2021 09:51:57 +0000 (10:51 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 25 Nov 2021 11:54:30 +0000 (11:54 +0000)
commitf3725efe23da8d328de66201161dcb70d0b8a254
treebe87bd342d4f5517c6fe04a558dd6a2b9a3edf8e
parent4e60cf209d2544c30b9200bbd906c53c28c23650
ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA

Commit 1b7d32523e77 ("ASoC: uniphier: add support for UniPhier AIO common
driver") adds configs SND_SOC_UNIPHIER_{LD11,PXS2}, which select the
non-existing config SND_SOC_UNIPHIER_AIO_DMA.

Hence, ./scripts/checkkconfigsymbols.py warns:

  SND_SOC_UNIPHIER_AIO_DMA
  Referencing files: sound/soc/uniphier/Kconfig

Probably, there is actually no further config intended to be selected
here. So, just drop selecting the non-existing config.

Fixes: 1b7d32523e77 ("ASoC: uniphier: add support for UniPhier AIO common driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20211125095158.8394-2-lukas.bulwahn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/uniphier/Kconfig