From triemer@apt4g.a3nyc.com  Wed Aug 26 05:11:38 1998
Received: from apt4g.a3nyc.com (triemer@apt4g.a3nyc.com [166.84.184.179]) by guadalquivir.fnet.fr with ESMTP (8.8.8/97.02.12/Guadalquivir); id FAA18858; Wed, 26 Aug 1998 05:11:37 +0200 (MET DST)
Received-Date: Wed, 26 Aug 1998 05:11:37 +0200 (MET DST)
Received: from localhost (triemer@localhost)
	by apt4g.a3nyc.com (8.8.7/8.8.7) with SMTP id WAA06211
	for <linux-mips@fnet.fr>; Tue, 25 Aug 1998 22:30:34 -0400
Date: Tue, 25 Aug 1998 22:30:33 -0400 (EDT)
From: Thomas Riemer <triemer@apt4g.a3nyc.com>
To: linux-mips@fnet.fr
Subject: dependency on rs_init
Message-ID: <Pine.LNX.3.96.980825222712.6111G-100000@apt4g.a3nyc.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

The dependency on rs_init is slightly more complicated than 
first glance.

drivers/Makefile has an ifdef CONFIG_TC to include the /drivers/tc
subdirectory.  

drivers/tc/decserial.c contains the function rs_init required
if CONFIG_SERIAL is set in drivers/char/tty_io.c.

-Tom

