Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263772AbVBDO1w (ORCPT ); Fri, 4 Feb 2005 09:27:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265776AbVBDO1w (ORCPT ); Fri, 4 Feb 2005 09:27:52 -0500 Received: from rproxy.gmail.com ([64.233.170.194]:9440 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S263772AbVBDO1p (ORCPT ); Fri, 4 Feb 2005 09:27:45 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=o0m9PytFAgKUprV1+MqTZM2643ugFyMNxfoTl+7o+tVvqYjbsNheW3kltlhc/Hqc3mOYu1fT0IarZ8A4AxhBgXC71otOKJdZzCpC4rO0OKUU6WkP2SN5boOMH7kNeUcMmMxoQtCClBkkTU/hyRl3JaF8wAfE+tpFyDzBt+AFtQM= Message-ID: Date: Fri, 4 Feb 2005 09:27:44 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: Roman Zippel Subject: Re: [PATCH 6/8] Kconfig: cleanup input menu Cc: Vojtech Pavlik , linux-input@atrey.karlin.mff.cuni.cz, Andrew Morton , linux-kernel@vger.kernel.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501292307.55193.dtor_core@ameritech.net> <200501301839.37548.dtor_core@ameritech.net> <20050204131436.GC10424@ucw.cz> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1446 Lines: 37 On Fri, 4 Feb 2005 15:13:31 +0100 (CET), Roman Zippel wrote: > Hi, > > On Fri, 4 Feb 2005, Vojtech Pavlik wrote: > > > > When I go into a menu I explore option and submenus from top to bottom. > > > So I will see PS/2 or serial, and will go there and select what I need. > > > Then I will see that generic input layer is also needed for keyboard > > > and go there. > > > > > > If generic layer is first one I select options I think are needed I could > > > skip over the HW I/O ports thinking that I already selected everything I > > > need as far as keyboard/mouse goes. > > > > > > Does this make any sense? > > > > Dmitry, will you make a patch that has the port options first? If no, > > I'll likely merge Roman's patch. > > I don't think that putting this first is a good idea, compare it to scsi > or alsa, which also have the generic options first and then the lowlevel > drivers. > The "generic input layer" submenu is comparable to SCSI or ALSA and has similar menu structure with userland interfaces on top and drivers below them. Hardware ports (serio, gameport) "live" outside of generic input layer and are shown there so they are easier to find. -- Dmitry - 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/