From 1d52a4a79188e5567b6c55f67e20a4f1043d10d3 Mon Sep 17 00:00:00 2001 From: Adam Lee Date: Fri, 17 Aug 2012 14:57:28 +0800 Subject: [PATCH] kconfig: document oldnoconfig to what it really does in conf.c As 67d34a6a391369269a2e5dba8a5f42cc4cd50231 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 Signed-off-by: Michal Marek --- Reading git-format-patch failed