Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031103AbXECJhw (ORCPT ); Thu, 3 May 2007 05:37:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031059AbXECJhv (ORCPT ); Thu, 3 May 2007 05:37:51 -0400 Received: from wr-out-0506.google.com ([64.233.184.233]:35850 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031000AbXECJhV (ORCPT ); Thu, 3 May 2007 05:37:21 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aVtHv8vWWIYJ+O4/Oi6Lzt9Z/MzPRhkcv1NQ/mxaZlbiB0DsR/zDxwSLymoOMKHhZuFrzxezBev7iqHAL2aR/ZiIRIj3aeVgM2o1Vk+cSYOI28OAAdZm3HME2MwQdqNKCNeQeK3PJ9OkKRXKHOzsHqhI9TPpdyauYy/oKFoqv9w= Message-ID: Date: Thu, 3 May 2007 02:37:20 -0700 From: "Satyam Sharma" To: "Robert P. J. Day" Subject: Re: finding your own dead "CONFIG_" variables Cc: "Linux Kernel Mailing List" , netdev@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 553 Lines: 13 > http://fsdev.net/wiki/index.php?title=Dead_CONFIG_variables > kcfiles=$(find . -name "Kconfig*") Suggest: configfiles=$(find . -name 'Kconfig*' -or -name '*defconfig*') Some CONFIG_ options exist that are not declared anywhere in the Kconfig files but defined directly in the arch/.../*defconfig* files. - 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/