On 06/11/12 21:14, the mail apparently from Jon Medhurst (Tixy) included:
I have created an git repo for the kernel config fragments we produced a while ago, this is at git://git.linaro.org/kernel/configs.git
The config-core-tracking branch in this repo is intended to be added to the linux-linaro-core-tracking branch and so be available in all Linaro kernels. This currently provides three config fragment files:
linaro/configs/linaro-base.conf Config options common to all Linaro kernels
linaro/configs/ubuntu.conf Config options for all Ubuntu kernels
linaro/configs/android.conf Config options for all Android kernels
Just a thought... while meddling with the OOT Androidization patches, it seemed to me we missed a trick just killing all the default y on the Android-related stuff. If we additionally use select xxx on CONFIG_ANDROID for the config options we removed default for, we can express most or all of the config relationships there, reducing this to CONFIG_ANDROID=y
-Andy