From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261850AbTLPQFy (ORCPT ); Tue, 16 Dec 2003 11:05:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261863AbTLPQFy (ORCPT ); Tue, 16 Dec 2003 11:05:54 -0500 Received: from fw.osdl.org ([65.172.181.6]:3263 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261850AbTLPQFx convert rfc822-to-8bit (ORCPT ); Tue, 16 Dec 2003 11:05:53 -0500 Date: Tue, 16 Dec 2003 07:57:03 -0800 From: "Randy.Dunlap" To: Karel =?ISO-8859-1?Q?Kulhav=FD?= Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.0-test11 make menuconfig bugreport Message-Id: <20031216075703.75573a58.rddunlap@osdl.org> In-Reply-To: <20031216150252.A722@beton.cybernet.src> References: <20031216150252.A722@beton.cybernet.src> Organization: OSDL X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 Dec 2003 15:02:52 +0100 Karel Kulhavý wrote: | Device Drivers -> | Input device support -> | --- Mouse interface | "Say Y here if you want [...] If unsure, say Y." | There is no way how to say anything here. It's a fixed | entry beginning with "---" config INPUT_MOUSEDEV tristate "Mouse interface" if EMBEDDED default y depends on INPUT so if you set EMBEDDED (means that you want more config control), you can mess with INPUT_MOUSEDEV. It also implies that you know what you are doing.... -- ~Randy MOTD: Always include version info.