summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
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.