diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-10 13:34:25 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-10 13:35:57 +0200 |
| commit | 845f9d24972ff5e4a4d63f995dcedbd029821c74 (patch) | |
| tree | a5f39d1e4b9a23d0889e7feb5eb5b200541e0880 /README.rst | |
| parent | bf01114a0ce09b891ed04609ea7e9cc6f3ef3df2 (diff) | |
Link RST versions of Kconfig documentation
The Linux docs were updated from plain text to RST.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -176,7 +176,7 @@ Getting started 1. `Install <Installation_>`_ the library and the utilities. 2. Write `Kconfig - <https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`__ + <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-language.rst>`__ files that describe the available configuration options. 3. Generate an initial configuration with e.g. ``menuconfig``/``guiconfig`` or @@ -401,7 +401,7 @@ The following Kconfig extensions are available: ``mainmenu`` statements, meaning ``option env`` symbols are redundant. This is the standard behavior with the new `Kconfig preprocessor - <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.txt>`__, + <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.rst>`__, which Kconfiglib implements. ``option env`` symbols are accepted but ignored, which leads the caveat that |
