Skip to content

Commit d41e74d

Browse files
committed
Update website with the kconfig programs
Signed-off-by: Anders F Björklund <[email protected]>
1 parent a99965d commit d41e74d

File tree

1 file changed

+13
-0
lines changed
  • website/content/en/docs/Installation

1 file changed

+13
-0
lines changed

website/content/en/docs/Installation/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,18 @@ cd lima
5656
make
5757
make install
5858
```
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`.
5972
{{% /tab %}}
6073
{{< /tabpane >}}

0 commit comments

Comments
 (0)