diff options
Diffstat (limited to 'include/devices.h')
| -rw-r--r-- | include/devices.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/devices.h b/include/devices.h index b1e1ebdfd..875710d35 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 |