aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorMarc Herbert <marc.herbert@intel.com>2018-01-26 14:59:00 -0800
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-28 05:48:31 +0900
commitcedd55d49dee941d0e4fabb2f2f555d50c53fad7 (patch)
tree580025188cf3888f63e919f541012dd9a68e1342 /Documentation/admin-guide
parentkconfig: make "Selected by:" and "Implied by:" readable (diff)
downloadlinux-dev-cedd55d49dee941d0e4fabb2f2f555d50c53fad7.tar.xz
linux-dev-cedd55d49dee941d0e4fabb2f2f555d50c53fad7.zip
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
As explained by Michal Marek at https://lkml.org/lkml/2011/8/31/189 silentoldconfig has become a misnomer. It has become an internal interface so remove it from "make help" and Documentation/ to stop confusing people using it as seen for instance at https://chromium-review.googlesource.com/835632 Don't remove it from kconfig/Makefile yet not to break any (other) tool using it. On the other hand, correct and expand its description in the help of the (internal) scripts/kconfig/conf.c Signed-off-by: Marc Herbert <marc.herbert@intel.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r--Documentation/admin-guide/README.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index 63066db39910..af5a437198d0 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -170,11 +170,6 @@ Configuring the kernel
your existing ./.config file and asking about
new config symbols.
- "make silentoldconfig"
- Like above, but avoids cluttering the screen
- with questions already answered.
- Additionally updates the dependencies.
-
"make olddefconfig"
Like above, but sets new symbols to their default
values without prompting.