linux: Import minimal defconfigs as defconfigs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Dec 2010 20:53:17 +0000 (21:53 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 16 Dec 2010 21:25:32 +0000 (22:25 +0100)
commitfb358f7b38866b7e48ecc58b1a1f59c1aa95ce44
treed12371adaa2fc5fe598919d4da85cc8a6377f318
parent32a8c0119fce072ea9c91bcf40dcd5c912662fb5
linux: Import minimal defconfigs as defconfigs

Now that minimal kernel defconfigs are used in Buildroot, the problem
is that copying those minimal configuration files to .config in the
kernel source tree does not work, as kconfig will ask interactively
what should be the value for all unspecified options.

On suggestion on Sam Ravnborg, the easiest way to solve this is to
import the minimal defconfig file as a defconfig inside the kernel
tree (in arch/$(ARCH)/configs) and configure the kernel with it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk