summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 18:02:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 18:02:25 +0000
commitf1b90cc4bdacd62bce06f755a3c8582fd01c8aac (patch)
tree732bbef04d8541145331f28da08e33db3d277c7c /doc/user/conf.t
parentAdd Doxygen cleanups. (diff)
downloadrtems-f1b90cc4bdacd62bce06f755a3c8582fd01c8aac.tar.bz2
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t9
1 files changed, 9 insertions, 0 deletions
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.