Problem with menuconfig

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem with menuconfig

993 次查看
rkp
Contributor I

Hi,

I am trying to build Android 4.4.2 kitkat. I have done some optimization in kernel by configuring it using make menuconfig. The problem is when I am building the kernel with new configuration, menuconfig changes not taking effect.

I have done the following changes in kernel:

    1. Prompt for development and/or incomplete code/drivers -  Disabled  

    2. Optimize for size  -   Enabled  

    3. Profiling support -  Disabled  

    4. Enable support for printk  -  Disabled  

    5. BUG() support -  Disabled  

    6. Enable ELF core dumps -  Disabled  

    7. Suspend to RAM and standby  -  Disabled  

    8. Power Management Debug Support -   Disabled  

    9. Kernel Debugging -  Disabled  

    10. Enable Verbose -   Disabled  

    11. Early Printk  -  Disabled  

    12. Tracers -   Disabled  

    13. Kernel Compression Mode - LZO  ...

please help me to solve this

Thanks & Regards,

Roopesh

标签 (3)
0 项奖励
回复
1 回复

703 次查看
saurabh206
Senior Contributor III

Hi Roopesh

You can try following steps.

If you are using imx6_android_defconfig than copy it to .config

export ARCH=arm

make menuconfig

make uImage

Thanks

Saurabh