From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263821AbTDIVUv (for ); Wed, 9 Apr 2003 17:20:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263825AbTDIVUv (for ); Wed, 9 Apr 2003 17:20:51 -0400 Received: from e33.co.us.ibm.com ([32.97.110.131]:63487 "EHLO e33.co.us.ibm.com") by vger.kernel.org with ESMTP id S263821AbTDIVUu (for ); Wed, 9 Apr 2003 17:20:50 -0400 Date: Wed, 09 Apr 2003 14:22:14 -0700 From: "Martin J. Bligh" To: Roman Zippel cc: linux-kernel Subject: Re: CONFIG_INPUT problems Message-ID: <9530000.1049923334@flay> In-Reply-To: References: <193480000.1049909378@[10.10.2.4]> <85360000.1049918540@flay> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org >> > config INPUT >> > default y if !HEADLESS >> >> I don't see how that'll work ... we already have it defaulting to y, >> but there's a previous setting that's 'n' from the 2.4 config file >> they're upgrading from ... and that overrides the default, right? > > A default without a visible prompt works like derived variable. > If there is prompt, the .config value and the default value is used as > default input for the prompt. Aha! that's perfect - thanks. M.