hi ,
i m working on AMSK335x and i m trying to edit my kernel configuration .. like explained on this Site :
http://processors.wiki.ti.com/index.php/AMSDK_Linux_User%27s_Guide i do :
1) make clean (from TOP of SDK )
2) make linux_clean (from TOP of SDK )
3) make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- menuconfig ( from psp )
--> it creates me a mconf in /scripts/kconfig
4) make linux (from TOP of SDK )
--> it creates me another conf in /scripts/kconfig using tisdk_am-335x_defconfig from /arch/arm/configs !!! ( MAKEFILE )!!!!!
i m a little bit confused if my changes in menuconfig now are working , i guess no,.. or how do i compile linux with this configuration of menuconfig ??