From 68fe9f9618b41fa2f286766f32e1c18bfbc30bd5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2007 15:35:38 +0000 Subject: [PATCH] 2007-11-27 Joel Sherrill * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS. --- doc/ChangeLog | 4 ++++ doc/user/conf.t | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 6b472207ef..6259aaaa4b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-27 Joel Sherrill + + * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS. + 2007-11-26 Joel Sherrill * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in diff --git a/doc/user/conf.t b/doc/user/conf.t index 4cacefb99a..65dba82226 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -306,6 +306,13 @@ This device driver simply provides entry points that return successful and is primarily a test fixture. By default, this is not defined. +@findex CONFIGURE_APPLICATION_EXTRA_DRIVERS +@item @code{CONFIGURE_APPLICATION_EXTRA_DRIVERS} +is defined if the application has device drivers it needs to +include in the Device Driver Table. This should be defined +to the set of device driver entries that will be placed in +the table. By default, this is not defined. + @end itemize @subsection Multiprocessing Configuration