On Mon, Aug 14, 2006 at 10:14:45AM -0400, Joseph Fannin wrote: > On Sat, Aug 12, 2006 at 01:49:23AM +0200, Thomas Koeller wrote: > > On Friday 11 August 2006 22:56, Dave Jones wrote: > > > On Thu, Aug 10, 2006 at 11:19:13PM +0200, thomas@xxxxxxxxxxxxxxxxxx wrote: > > > > + > > > > +#include <linux/config.h> > > > > > > not needed. > > > > It is, otherwise I do not get CONFIG_WATCHDOG_NOWAYOUT. Yes you do - try it. make V=1 tells you that -include include/linux/autoconf.h pulls in the CONFIG_ definitions. Sam