kconfig: add alldefconfig
authorSam Ravnborg <sam@ravnborg.org>
Sat, 31 Jul 2010 21:35:31 +0000 (23:35 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 3 Aug 2010 11:49:32 +0000 (13:49 +0200)
commit0748cb3e1fbd89c03a98c15e91ad65797981de77
tree89d2ad1c37d7ad9527d8a4c0ec5e7c11169fb185
parentd595cea62403db4e65b98a8bb96ff2b5205c7b82
kconfig: add alldefconfig

alldefconfig create a configuration with all values set
to their default value (form the Kconfig files).

This may be useful when we try to use more sensible default
values and may also be used in combination with
the minimal defconfigs.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/kbuild/kconfig.txt
scripts/kconfig/Makefile
scripts/kconfig/conf.c