Linux kernel configuration

Rajasekaran
I've purchased the friendly arm board and it's been provided with
Linux2.6.29 kerenl source.

I want to compile this source and as per the procedure I tried to configure
the kernel at the first step. For this which configuration file i should
use?

shall I use #make s3c2410_defconfig command and there is no
s3c2440_defconfig file for this board. 

thanks 
Rajasekaran

ethan
u dont take chances or what??

skip2816
download the kernel package from these site. Here are drivers included that
you will not find in the original linux kernel. Also configuration files
are added. There are any files named config_mini2440_xxx where the last
letters stays for your screen model. 
Do 
export PATH=$PATH:/<path to your toolchain>
cp config_mini2440_xxx .config   
make menuconfig
make

See http://friendlyarm.net/forum/topic/492?lang=en

skip