[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a781481a0705030237l7d636b55t93f2ee5151cd7709@mail.gmail.com>
Date: Thu, 3 May 2007 02:37:20 -0700
From: "Satyam Sharma" <satyam.sharma@...il.com>
To: "Robert P. J. Day" <rpjday@...dspring.com>
Cc: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
netdev@...r.kernel.org
Subject: Re: finding your own dead "CONFIG_" variables
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists