From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 22 Jan 2004 22:18:28 +0000 (GMT) Received: from p508B765F.dip.t-dialin.net ([IPv6:::ffff:80.139.118.95]:61514 "EHLO mail.linux-mips.net") by linux-mips.org with ESMTP id ; Thu, 22 Jan 2004 22:18:27 +0000 Received: from fluff.linux-mips.net (fluff.linux-mips.net [127.0.0.1]) by mail.linux-mips.net (8.12.8/8.12.8) with ESMTP id i0MMIPex024472; Thu, 22 Jan 2004 23:18:25 +0100 Received: (from ralf@localhost) by fluff.linux-mips.net (8.12.8/8.12.8/Submit) id i0MMIK8D024471; Thu, 22 Jan 2004 23:18:20 +0100 Date: Thu, 22 Jan 2004 23:18:20 +0100 From: Ralf Baechle To: Geert Uytterhoeven Cc: Jun Sun , Linux/MIPS Development Subject: Re: [PATCH 2.6] set up conswitchp when CONFIG_VT is set Message-ID: <20040122221820.GA23391@linux-mips.org> References: <20040121162032.F29705@mvista.com> <20040122122832.GA4482@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 4111 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Thu, Jan 22, 2004 at 01:32:58PM +0100, Geert Uytterhoeven wrote: > DUMMY_CONSOLE can be set in drivers/video/console/Kconfig only. > drivers/video/console/Kconfig is included by drivers/video/Kconfig only, and > its inclusion depends on VT. > Hence the #ifdef CONFIG_VT is superfluous, unless the above isn't true for the > MIPS tree (I checked plain 2.6.1). A few systems used to hardwire CONFIG_DUMMY_CONSOLE in their Config.in / Kconfig. Seem that has been fixed, good. Ralf