On Tue, 7 Jan 2020 at 22:54, Arnd Bergmann <arnd@xxxxxxxx> wrote: > > The PHY_EXYNOS5250_SATA driver can now be selected on > any platform for compile testing, but this results in a Kconfig > warning: > > WARNING: unmet direct dependencies detected for I2C_S3C2410 > Depends on [n]: I2C [=y] && HAS_IOMEM [=y] && HAVE_S3C2410_I2C [=n] > Selected by [y]: > - PHY_EXYNOS5250_SATA [=y] && (SOC_EXYNOS5250 || COMPILE_TEST [=y]) && HAS_IOMEM [=y] && OF [=y] > > Allow the I2C driver to be compile-tested as well. > > Fixes: 1544133d48c3 ("phy: Enable compile testing for some of drivers") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Hi, I already posted this with my first patchset of compile test addons: v2: https://lore.kernel.org/lkml/1578384779-15487-1-git-send-email-krzk@xxxxxxxxxx/ v1: https://lore.kernel.org/lkml/20191230172751.17985-5-krzk@xxxxxxxxxx/ Best regards, Krzysztof