]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
authorMarc Herbert <marc.herbert@intel.com>
Fri, 26 Jan 2018 22:59:00 +0000 (14:59 -0800)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 27 Jan 2018 20:48:31 +0000 (05:48 +0900)
commitcedd55d49dee941d0e4fabb2f2f555d50c53fad7
tree580025188cf3888f63e919f541012dd9a68e1342
parent1ccb27143360bd2390a9a970e50709f858b53761
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>
Documentation/admin-guide/README.rst
scripts/kconfig/Makefile
scripts/kconfig/conf.c