type space key can select to :
* :add this module in kernel
M :add this driver to module
(none) : not add this driver
when config done,do:
make ARCH=arm
will make for arm platform,compiling all the module.
then do :
make ARCH=arm uImage
to make the uImage for target board (to download or burn).
make ARCH=arm menuconfig
to do menuconfig for arm architechture
vi .config
to check the .config file (we also can edit the .config file to control the setting )
转载请注明:在路上 » make linux kernel