summaryrefslogtreecommitdiff
path: root/include/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/devices.h')
-rw-r--r--include/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/devices.h b/include/devices.h
index b1e1ebdfd7..875710d351 100644
--- a/include/devices.h
+++ b/include/devices.h
@@ -99,7 +99,7 @@ int drv_lcd_init (void);
#ifdef CONFIG_VFD
int drv_vfd_init (void);
#endif
-#ifdef CONFIG_VIDEO
+#if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)
int drv_video_init (void);
#endif
#ifdef CONFIG_WL_4PPM_KEYBOARD