This driver uses I2C functions and isn't useful without them. Fixes: In function `mtl017_init': drivers/video/mtl017.c:278: undefined reference to `i2c_bus' Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- drivers/video/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d7f5b0763705..812c540d71a2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -119,6 +119,7 @@ comment "Video encoder chips" config DRIVER_VIDEO_MTL017 bool "MTL017 LVDS encoder" select VIDEO_VPL + depends on I2C help The MTL017 is a parallel to lvds video encoder chip found on the Efika MX Smartbook. -- 2.4.6 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox