Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272063AbTHHWpX (ORCPT ); Fri, 8 Aug 2003 18:45:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272066AbTHHWpX (ORCPT ); Fri, 8 Aug 2003 18:45:23 -0400 Received: from pub234.cambridge.redhat.com ([213.86.99.234]:15882 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S272063AbTHHWpU (ORCPT ); Fri, 8 Aug 2003 18:45:20 -0400 Date: Fri, 8 Aug 2003 23:45:16 +0100 (BST) From: James Simmons To: Roman Zippel cc: Adrian Bunk , Subject: Re: Surprising Kconfig depends semantics 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: 857 Lines: 21 > > default INPUT && INPUT_KEYBOARD && SERIO > > patch (to address the things James said, in any cases it doesn't do any > > harm). > > His comment didn't make much sense, INPUT_KEYBOARD is still independent of > SERIO. .... > The easier solution is probably to force SERIO to 'y' as well, as the > point of hiding it behind EMBEDDED is to get it compiled into the kernel. What I mean is shouldn't build serio by default all the time. USB doesn't need it as well as some other drivers like the Amiga keyboard driver. Serio can also be used by more things than I keyboard driver. Maybe I misunderstood? - 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/