Fixes:
In file included from include/gpio.h:4:0,
from drivers/video/simple-panel.c:26:
fatal error: mach/gpio.h: No such file or directory
Signed-off-by: Lucas Stach <[email protected]>
---
drivers/video/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2f5069fb2640..9a520c586971 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -120,6 +120,7 @@ config DRIVER_VIDEO_MTL017
bool "MTL017 LVDS encoder"
select VIDEO_VPL
depends on I2C
+ depends on GPIOLIB
help
The MTL017 is a parallel to lvds video encoder chip found on the
Efika MX Smartbook.
--
2.4.6
_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox