Hi, On 2021/11/25 18:51, Lukas Bulwahn wrote:
Commit f37fe2f9987b ("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.
The feature corresponding to this config is inseparable in AIO driver. Probably unused definition remains in Kconfig, so it's ok to drop this config. Thank you, --- Best Regards Kunihiko Hayashi