Re: [RFC PATCH] Kconfig: Enable Kconfig fragments to be used for defconfig
From: Arnd Bergmann <arnd@arndb.de>
Date: 2010-07-16 20:02:17
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2010-07-16 20:02:17
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Friday 16 July 2010 19:57:55 Grant Likely wrote:
On Fri, Jul 16, 2010 at 10:03 AM, Catalin Marinas [off-list ref] wrote:quoted
On Wed, 2010-07-14 at 00:04 +0100, Grant Likely wrote:sfr and I were talking about your patch the other day. Just warning on incomplete dependencies is enough to make it actually workable for me (without my ugly post-processing step). I was very happy to hear that it is in linux-next. Last missing piece is being able to do "select FOO = n", which Stephen is currently working on.
Are there a lot of symbols for which this is needed? If there is only a handful, you could work around this by selectively adding config FOO bool "foo" default !FOO_DISABLE config FOO_DISABLE def_bool "n" Arnd