Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: document oldnoconfig to what it really does in conf.c
As 67d34a6 said, the make target 'oldnoconfig' is a misnomer. It doesn't set new symbols to 'n', but instead sets it to their default values. This patch fixes the document in conf.c, and will submit another patch to replace 'oldnoconfig' to 'olddefconfig' Signed-off-by: Adam Lee <adam8157@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
- Loading branch information