diff options
Diffstat (limited to 'drivers/video/cfb_console.c')
| -rw-r--r-- | drivers/video/cfb_console.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index fbc4df9f6..0df321cd4 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -146,9 +146,11 @@ CONFIG_VIDEO_HW_CURSOR:	     - Uses the hardware cursor capability of the  #ifdef CONFIG_VIDEO_CORALP  #define VIDEO_FB_LITTLE_ENDIAN  #endif +#ifdef CONFIG_VIDEO_MB862xx_ACCEL  #define VIDEO_HW_RECTFILL  #define VIDEO_HW_BITBLT  #endif +#endif  /*****************************************************************************/  /* Include video_fb.h after definitions of VIDEO_HW_RECTFILL etc	     */ |