[android-kernel] Re: Correct .config for the ADP1

2009-03-20 Thread Mike Lockwood
Assuming you check out the correct kernel sources, you can do "make msm_defconfig" to generate your .config file. Mike On Fri, Mar 20, 2009 at 10:47 AM, Cian Masterson wrote: > > There is a htc-specific branch of that kernel.  If you do a git branch > -r from the msm directory (or wherever you

[android-kernel] Re: Correct .config for the ADP1

2009-03-20 Thread Cian Masterson
There is a htc-specific branch of that kernel. If you do a git branch -r from the msm directory (or wherever you checked out the code to) you will see a branch called android-msm-htc-2.6.25. Doing a git checkout --track -b msm_htc origin/android-msm-htc-2.6.25 should bring you onto that b