]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency
authorTrevor Wu <trevor.wu@mediatek.com>
Tue, 31 Aug 2021 02:13:03 +0000 (10:13 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 1 Sep 2021 15:26:34 +0000 (16:26 +0100)
commit4d15243b36911d04bcacff5901ec282a181a1ae7
treea33b532a2c9859bcb66b08d04dd1d167ce653b37
parent9738d0860c0c9756f983546fc1af3f3658d074f4
ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency

randconfig builds show the warning below,

WARNING: unmet direct dependencies detected for SND_SOC_MT6359
   Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && MTK_PMIC_WRAP [=n]
   Selected by [y]:
   - SND_SOC_MT8195_MT6359_RT1019_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8195 [=y]

Add a dependency to avoid it.

Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Link: https://lore.kernel.org/r/20210831021303.5230-1-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/Kconfig