Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263158AbTHVSOy (ORCPT ); Fri, 22 Aug 2003 14:14:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263648AbTHVSOy (ORCPT ); Fri, 22 Aug 2003 14:14:54 -0400 Received: from pub234.cambridge.redhat.com ([213.86.99.234]:17669 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S263158AbTHVSOx (ORCPT ); Fri, 22 Aug 2003 14:14:53 -0400 Date: Fri, 22 Aug 2003 19:14:45 +0100 (BST) From: James Simmons To: Linus Torvalds cc: Christoph Hellwig , Kernel Mailing List Subject: Re: [PATCH] fix the -test3 input config damages In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 30 > > There's really no point in forcing in support for all kinds of > > optional input devices unless CONFIG_EMBEDDED. > > I disagree. We've had too many totally unnecessary bug-reports from > people, and it's just not worth it not having the keyboard and mouse > controller driver. > > However, we can certainly improve on it, and the "select INPUT if VT" part > makes fine sense. One thing I like to ask is that you removed the if EMBEDDED | !X86 from VGA_CONSOLE. To my knowledge no one had problems with enabling vga console before the EMBEDDED changes. The reason I ask is because as it stands the configuration is forcing everyone on intel to enable the vga console. Even when you want to just run framebuffer console. Most newbie users will not know that they have to go back and enable "Embedded" support on a desktop machine just to disable vgacon. This is important because on the intel platform people are moving to framebuffer console. Also it would not shock me to see in one or two generations graphics card not supporting VGA cores anymore. For example I have several newer graphics cards for intel with DVI ports instead of VGA. Once the market is flooded with DVI monitors and graphics cards there is no need for VGA core support anymore. - 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/