diff options
Diffstat (limited to 'common/devices.c')
-rw-r--r-- | common/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/devices.c b/common/devices.c index 7489eac..8bd0e64 100644 --- a/common/devices.c +++ b/common/devices.c @@ -177,7 +177,7 @@ int devices_init (void) #ifdef CONFIG_LCD drv_lcd_init (); #endif -#ifdef CONFIG_VIDEO +#if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE) drv_video_init (); #endif #ifdef CONFIG_WL_4PPM_KEYBOARD |