Problem with menuconfig

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem with menuconfig

893件の閲覧回数
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 返信

603件の閲覧回数
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