From adfbb4a8f2b9046a5a0dc973972fa49691623b55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 May 2008 14:40:19 +0000 Subject: 2008-05-22 Joel Sherrill * user/conf.t: Add baseline interface for Watchdog Driver. --- doc/user/conf.t | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 8208aae793..aab3ca6109 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -369,8 +369,12 @@ for an application and leaving out a clock tick source. @findex CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER @item @code{CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER} -is defined -if the application wishes to include the Real-Time Clock Driver. +is defined if the application wishes to include the Real-Time Clock Driver. +By default, this is not defined. + +@findex CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER +@item @code{CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER} +is defined if the application wishes to include the Watchdog Driver. By default, this is not defined. @findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER -- cgit v1.2.3