[RFC PATCH] Kconfig: Enable Kconfig fragments to be used for defconfig
Nicolas Pitre
nico at fluxnic.net
Fri Jul 16 14:40:38 EDT 2010
On Fri, 16 Jul 2010, Russell King - ARM Linux wrote:
> On Fri, Jul 16, 2010 at 02:19:31PM -0400, Nicolas Pitre wrote:
> > 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
More information about the linux-arm-kernel
mailing list