Message ID | 20230704000120.8098-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | kconfig: docs: mention gconfig at top of kconfig.rst | expand |
Randy Dunlap <rdunlap@infradead.org> writes: > Jesse mentioned that gconfig is missing from the top of the > kconfig.rst file, so add it for completeness. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Link: lore.kernel.org/r/CAJFTR8QgYykuEq_AkODEWPUYXncKgRBHOncxT=ypZTQODkyarw@mail.gmail.com > Cc: Jesse Taube <mr.bossman075@gmail.com> > Cc: Masahiro Yamada <masahiroy@kernel.org> > Cc: linux-kbuild@vger.kernel.org > Cc: Nathan Chancellor <nathan@kernel.org> > Cc: Nick Desaulniers <ndesaulniers@google.com> > Cc: Nicolas Schier <nicolas@fjasle.eu> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > --- > Documentation/kbuild/kconfig.rst | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. jon
On Sat, Jul 15, 2023 at 4:16 AM Jonathan Corbet <corbet@lwn.net> wrote: > > Randy Dunlap <rdunlap@infradead.org> writes: > > > Jesse mentioned that gconfig is missing from the top of the > > kconfig.rst file, so add it for completeness. > > > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > > Link: lore.kernel.org/r/CAJFTR8QgYykuEq_AkODEWPUYXncKgRBHOncxT=ypZTQODkyarw@mail.gmail.com > > Cc: Jesse Taube <mr.bossman075@gmail.com> > > Cc: Masahiro Yamada <masahiroy@kernel.org> > > Cc: linux-kbuild@vger.kernel.org > > Cc: Nathan Chancellor <nathan@kernel.org> > > Cc: Nick Desaulniers <ndesaulniers@google.com> > > Cc: Nicolas Schier <nicolas@fjasle.eu> > > Cc: Jonathan Corbet <corbet@lwn.net> > > Cc: linux-doc@vger.kernel.org > > --- > > Documentation/kbuild/kconfig.rst | 2 ++ > > 1 file changed, 2 insertions(+) > > Applied, thanks. > > jon Unless it is too late, Acked: Masahiro Yamada <masahiroy@kernel.org>
diff -- a/Documentation/kbuild/kconfig.rst b/Documentation/kbuild/kconfig.rst --- a/Documentation/kbuild/kconfig.rst +++ b/Documentation/kbuild/kconfig.rst @@ -10,6 +10,8 @@ The xconfig ('qconf'), menuconfig ('mcon programs also have embedded help text. Be sure to check that for navigation, search, and other general help text. +The gconfig ('gconf') program has limited help text. + General -------
Jesse mentioned that gconfig is missing from the top of the kconfig.rst file, so add it for completeness. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: lore.kernel.org/r/CAJFTR8QgYykuEq_AkODEWPUYXncKgRBHOncxT=ypZTQODkyarw@mail.gmail.com Cc: Jesse Taube <mr.bossman075@gmail.com> Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: linux-kbuild@vger.kernel.org Cc: Nathan Chancellor <nathan@kernel.org> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: Nicolas Schier <nicolas@fjasle.eu> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org --- Documentation/kbuild/kconfig.rst | 2 ++ 1 file changed, 2 insertions(+)