31 Dec
2020
31 Dec
'20
4:05 a.m.
On Wed, Dec 30, 2020 at 11:43 PM Arnd Bergmann arnd@kernel.org wrote:
From: Arnd Bergmann arnd@arndb.de
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