Re: [RFC PATCH] Kconfig: Enable Kconfig fragments to be used for defconfig
From: Nicolas Pitre <nico@fluxnic.net>
Date: 2010-07-16 18:40:42
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Nicolas Pitre <nico@fluxnic.net>
Date: 2010-07-16 18:40:42
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Fri, 16 Jul 2010, Russell King - ARM Linux wrote:
On Fri, Jul 16, 2010 at 02:19:31PM -0400, Nicolas Pitre wrote:quoted
For example, if I want CONFIG_MTD_CMDLINE_PARTS=y, the system may be smart enough to notice and automatically enable CONFIG_MTD and CONFIG_MTD_PARTITIONS without having to carry those in the defconfig.How do you sort out something like this: config FOO bool "Foo" depends on (A && B) || C
DOH. Nicolas