Heads up: Linus plans to kill ARM defconfigs
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Jun 8 09:13:19 EDT 2010
On Tue, Jun 08, 2010 at 09:01:35AM -0400, Nicolas Pitre wrote:
> I wouldn't give up on that option just yet though. I don't think he
> fully understood your idea, and without an actual patch it might be hard
> to understand as well, especially for people who are not used to deal
> with the target varieties we have on ARM. Linus is also known to change
> his mind when presented with evidences.
The two ideas are very close to each other - and can be generated
together.
If we create something like Linus' preferred solution, we can then do
in the main arch/arm/Kconfig:
config STD_CONFIG
bool "blah"
if STD_CONFIG
if MACH_WHATEVER
include arch/arm/config/Kconfig.whatever
endif
if MACH_BLAH
include arch/arm/config/Kconfig.blah
endif
endif
which should work as per my idea.
More information about the linux-arm-kernel
mailing list