ASoC: mediatek: add MTK_PMIC_WRAP dependency
authorArnd Bergmann <arnd@arndb.de>
Wed, 30 Dec 2020 15:43:34 +0000 (16:43 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 31 Dec 2020 13:26:25 +0000 (13:26 +0000)
commitc1cbbea9c4db41eb69a831d8b07da52e05b1d1e8
tree3988d85ad3b9c908ee4e84198c857e8173901622
parentf6212e0ab3ff28d4e2e53a520496a052c241df39
ASoC: mediatek: add MTK_PMIC_WRAP dependency

Randconfig builds often show harmless warnings like

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_MT8192_MT6359_RT1015_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8192 [=y]

Add a dependency to avoid that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20201230154345.639122-1-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/Kconfig