kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig
authorAristeu Rozanski <aris@redhat.com>
Thu, 6 May 2010 16:48:34 +0000 (12:48 -0400)
committerMichal Marek <mmarek@suse.cz>
Wed, 2 Jun 2010 12:40:09 +0000 (14:40 +0200)
commitf0778c8c41001783d4074e34efc7d3e632d87ee3
tree8ab973e63d7ff30e1271b8954c8b6ec3cc7ea5ba
parent64ffc9ff424c65adcffe7d590018cc75e2d5d42a
kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig

This patch has been around for a long time in Fedora and Red Hat Enterprise
Linux kernels and it may be useful for others. The nonint_oldconfig target
will fail and print the unset config options while loose_nonint_oldconfig will
simply let the config option unset. They're useful in distro kernel packages
where the config files are built using a combination of smaller config files.

Arjan van de Ven wrote the initial nonint_config and Roland McGrath added the
loose_nonint_oldconfig.

Signed-off-by: Arjan van de Ven <arjan@redhat.com> [defunct email]
Whatevered-by: Kyle McMartin <kyle@redhat.com>
Acked-by: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Aristeu Rozanski <aris@redhat.com>
[mmarek: whitespace fixes]
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile
scripts/kconfig/conf.c