We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99965d commit d41e74dCopy full SHA for d41e74d
website/content/en/docs/Installation/_index.md
@@ -56,5 +56,18 @@ cd lima
56
make
57
make install
58
```
59
+
60
+To change the build configuration, run `make config` or `make menuconfig`.
61
62
+This requires kconfig tools installed, it is also possible to edit `.config`.
63
+The default configuration can be found in the file `config.mk` (make syntax).
64
65
+## Kconfig tools
66
67
+The tools are available as either "kconfig-frontends" or "kbuild-standalone".
68
+There is one `conf` for the text, and one `mconf` for the menu interface.
69
70
+A python implementation is available at <https://pypi.org/project/kconfiglib>.
71
+It can be installed with `pip install --user kconfiglib`, including `guiconfig`.
72
{{% /tab %}}
73
{{< /tabpane >}}
0 commit comments