I have done make menuconfig
for a board defconfig
and modified few configurations. When I select save, a new .config
was created in the Kernel top directory.
I want to create new defconfig
for this .config
file created.
Can I copy the .config
as a new defconfig
and copy to arch/arm/configs/
?
$ cp .config arch/arm/configs/board_new_defconfig
defconfig's
are know to have minimal configurations of the board it is better to remove few of theCONFIG_XXXXXX
that are not arbitrary for you board – Missend