Re: [RFC PATCH] Kconfig: Enable Kconfig fragments to be used for defconfig
From: Grant Likely <hidden>
Date: 2010-07-13 23:11:22
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Grant Likely <hidden>
Date: 2010-07-13 23:11:22
Also in:
linux-arm-kernel, linux-kbuild, lkml
Typo correction: 2010/7/13 Grant Likely [off-list ref]: [...]
<board>.Kconfig defines new board specific config items (prefixed with "generateconfig_" which default to 'y' or 'm' and select the options that the platform cares about. =A0It also then either the architecture
s/either the/either includes the/
default Kconfig, or another Kconfig fragment that includes the default one (therefore the fragments can be 'stacked' to include, say, default options for the architecture, or particular chipset).
[...]