* Fix startup problems with VFD display on TRAB

* Patch by Pierre Aubert, 20 Nov 2002
  Add driver for Epson SED13806 graphic controller.
  Add support for BMP logos in cfb_console driver.
This commit is contained in:
wdenk
2002-12-03 21:28:10 +00:00
parent ea909b7604
commit a6c7ad2f65
21 changed files with 1002 additions and 106 deletions

View File

@@ -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