Comment 2 for bug 1092832

Revision history for this message
Andrey Konovalov (andrey-konovalov) wrote :

Fathi,

The linux-linaro-core-tracking and the linux-linaro trees use config fragments from config-*-tracking (equivalent to config-*-3.7 at the moment) branches of kernel/configs.git. There CONFIG_THUMB2_KERNEL=y is already in linaro-base.conf, and no other config fragment redefines this (Tixy has fixed android.conf WRT CONFIG_THUMB2_KERNEL on Nov 5, 2012). CONFIG_ARCH_OMAP2 is applicable to linaro/configs/omap4.conf only, and is disabled there. Adding "# CONFIG_ARCH_OMAP2 is not set" to linaro-base.conf wouldn't break anything, but is overkill, looks ugly, and adds more buzz to logs ("Value requested for CONFIG_ARCH_OMAP2 not in final .config ... Actual value:" for all non-OMAP configs).

The linux-linaro-tracking tree (the v3.4 based one) doesn't use config fragments at all.

So the current linux-linaro config fragments handle this OK already.