Write this article title, the composition of force is very large.
Just the way the make Menuconfig has been used has been overturned today ... On the Internet, there are a few people who use my previous methods. Let me summarize my own process.
Make Menuconfig Arch=arm
Make Savedefconfig Arch=arm
The above two lines are the descriptions I see in the script on AOKP.
Curiosity driven, to look at, make savedefconfig this command exactly what kind of existence.
Savedefconfig - Save CurrentConfig as./defconfig(Minimalconfig)
There is a post on the Internet that is reproduced everywhere, but I really do not think that the right to write. We can compare the experiment.
But this approach is indeed a minimized defconfig method.
And so the next time you use the Development Board, use this method to do it again. I'm still using it first.
CP arch/arm/configs/xxxxxx_defconfig. config
Make Arch=arm Menuconfig
cp. config Arch/arm/configs/xxxxxx_defconfig
The method is more reliable. After I finish oppo Find5 's crack and then come back to try.
How to make the correct menuconfig