From f1b90cc4bdacd62bce06f755a3c8582fd01c8aac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Jul 2009 18:02:25 +0000 Subject: 2009-07-28 Joel Sherrill * bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell. * bsp_howto/framebuffer.t: New file. * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER. --- doc/user/conf.t | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 5fd016fd79..be84c4348e 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -462,6 +462,15 @@ By default, this is not defined. is defined if the application wishes to include the Watchdog Driver. By default, this is not defined. +@findex CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER +@item @code{CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER} +is defined +if the application wishes to include the BSP's Frame Buffer Device Driver. +Most BSPs do not provide a Frame Buffer Device Driver. If this is +defined and the BSP does not have this device driver, then the user +will get a link time error for an undefined symbol. +By default, this is not defined. + @findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER @item @code{CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER} is defined if the application wishes to include the Stub Device Driver. -- cgit v1.2.3