From 424e95d371990f5f7a8a9b6d7f31351b8d3f6ed8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 20 Mar 2018 17:16:17 +0100 Subject: Add kconfig.py from Zephyr as a real-world example --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5b320d0..d6fbdfe 100644 --- a/README.rst +++ b/README.rst @@ -285,6 +285,8 @@ See the `pymenuconfig `_ project for a Real-world examples ~~~~~~~~~~~~~~~~~~~ +- `kconfig.py `_ from the `Zephyr `_ project handles ``.config`` and header file generation, also doing configuration fragment merging. + These use the older Kconfiglib 1 API, which was clunkier and not as general (functions instead of properties, no direct access to the menu structure or properties, uglier ``__str__()`` output): - `genboardscfg.py `_ from `Das U-Boot `_ generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). -- cgit v1.2.3