[PATCH 06/11] video: EDID: depends on I2C
Sascha Hauer
s.hauer at pengutronix.de
Thu Nov 27 08:15:27 PST 2014
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
drivers/video/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 34177b3..f096a54 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -87,6 +87,7 @@ config DRIVER_VIDEO_SIMPLEFB
based on the active barebox framebuffer.
config DRIVER_VIDEO_EDID
+ depends on I2C
bool "Add EDID support"
help
This enabled support for reading and parsing EDID data from an attached
--
2.1.3
More information about the barebox
mailing list