Kconfiglib icon indicating copy to clipboard operation
Kconfiglib copied to clipboard

A flexible Python 2/3 Kconfig implementation and library

Results 41 Kconfiglib issues
Sort by recently updated
recently updated
newest added

I love kconfiglib, it's a great Python library. But several issues and PRs have been opened in the past 2 years without response from @ulfalizer . @ulfalizer -- do you...

Here are a few useful features I needed with working with Zephyr OS.

When upgrading to Yocto 3.3, we are receiving the following error: kconfiglib.KconfigError: drivers/media/usb/stk1160/Kconfig:20: error: couldn't parse '.': unknown token at start of line ERROR: config analysis failed: DEBUG: Python function...

```sh make webconfig # opens browser for configuration ```

In linux commit 6dd85ff178cd76851e2184b13e545f5a88d1be30, Linux Torvalds changed "option modules" to plain "modules" since it was the only option left. kconfiglib does not have much support for either besides parsing it...

I'd like to make a short script that that lists all the dependencies of an option. I can't quite make it work though since the documentation is quite light

**Problem description** When a symbol is double defined but with different prompts, where the active prompt is depending on a common setting both prompts may show. For example to indicate...

nuttx uses a different symbol. https://github.com/apache/incubator-nuttx/blob/0c28fe9831ba6766dee9f3fd647147f2e2b8b60f/Kconfig#L216-L218 i guess it's simpler to implement it in Kconfiglib as suggested in https://github.com/ulfalizer/Kconfiglib/blob/061e71f7d78cb057762d88de088055361863deff/kconfiglib.py#L3246-L3254

With mingw-w64-x86_64-python, menuconfig cannot use backspace when changing INT config number, while I can still use left + delete.

Good afternoon, Since at least cbf32e29a130d22bc734b7778e6304ac9df2a3e8, kconfiglib has inconsistently handled string literals containing the symbol % Consider the following Kconfig file: ``` config SOME_CONFIG string "Some config" default "AT\%\%SOMECONFIG" if...