From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19lVsx-0006Dg-7V for qemu-devel@nongnu.org; Sat, 09 Aug 2003 11:44:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19lVsQ-0005H2-GL for qemu-devel@nongnu.org; Sat, 09 Aug 2003 11:44:01 -0400 Received: from [212.16.59.250] (helo=www.13thfloor.at) by monty-python.gnu.org with esmtp (Exim 4.20) id 19lVsP-0005Gq-Qp for qemu-devel@nongnu.org; Sat, 09 Aug 2003 11:43:29 -0400 Date: Sat, 9 Aug 2003 17:43:40 +0200 From: Herbert =?iso-8859-1?Q?P=F6tzl?= Message-ID: <20030809154340.GB5396@www.13thfloor.at> References: <20030809152911.GA5396@www.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030809152911.GA5396@www.13thfloor.at> Subject: [Qemu-devel] Re: 2.6.0-test3 VGA console inevitable? Reply-To: herbert@13thfloor.at, qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: linux-kernel@vger.kernel.org, Roman Zippel , qemu-devel@nongnu.org On Sat, Aug 09, 2003 at 05:29:11PM +0200, Herbert Pötzl wrote: > > Hi All! > > it seems that the build system now does not allow > to disable the VGA Console anymore :( > > removing > CONFIG_VGA_CONSOLE=y > > or replacing with > # CONFIG_VGA_CONSOLE is not set > > gets automatically changed back to > CONFIG_VGA_CONSOLE=y > > on make? > > system is x86, but what if I do not have a vga console at all? ahh got it, one has to select -> Remove kernel features (for embedded systems) then VT/VGA_CONSOLE can be removed ... > best, > Herbert > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/