summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-10-14 10:53:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-14 15:33:07 +0200
commit16f7b3513822b514bb242e3756ceb01663a0bb1e (patch)
treef8a7c5c587d29909846e9119779946b07ea7b964 /drivers/video
parenta5afa2d86cc12c19f59e414408b9b283afbe8bd6 (diff)
downloadbarebox-16f7b3513822b514bb242e3756ceb01663a0bb1e.tar.gz
barebox-16f7b3513822b514bb242e3756ceb01663a0bb1e.tar.xz
video: simple-panel: depend on OFDEVICE
Fixes: In function `simple_panel_ioctl': undefined reference to `of_get_display_timings' Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d31bdfe8f0..eabd246d53 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -130,7 +130,7 @@ config DRIVER_VIDEO_MTL017
config DRIVER_VIDEO_SIMPLE_PANEL
bool "Simple panel support"
select VIDEO_VPL
- depends on OFTREE
+ depends on OFTREE && OFDEVICE
help
This enabled support for simple panels, i.e. panels which consist of
a mode definition and enable gpios in the devicetree. Unlike the