From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tvesnat.televes.com (unknown [212.163.42.137]) by ozlabs.org (Postfix) with ESMTP id 7369C2BDA0 for ; Thu, 9 Dec 2004 20:37:23 +1100 (EST) Message-ID: <1102586055.41b820c776f7f@webmail.televes.com:443> Date: Thu, 9 Dec 2004 10:54:15 +0100 From: alebas@televes.com To: linuxppc-embedded@ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Subject: CONFIG_DUMMY_CONSOLE question List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, Checking console initialization on mpc8272ads board, I have seen that the CONFIG_DUMMY_CONSOLE config parameter is allways set in root .config file, regardless of its value on my arch/ppc/configs/ads8272_defconfig file. This parameter drives to the VGA dummy console being compiled and included in the vmlinux binary, and started as default console for the board (which must be changed with console boot arg). Does anyone knows if this parameter is a must in any kernel 2.6 configuration? And why? Can it be removed, as my board doesn't use VGA at all? How? (I have tried several options) Thanks, Alex