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

**Describe the bug** Broke hyperlink from https://pypi.org/project/kconfiglib/ to [zephyrproject](https://docs.zephyrproject.org/latest/guides/kconfig/tips.html). Here is the text with the hyperlink: https://github.com/ulfalizer/Kconfiglib/blame/061e71f7d78cb057762d88de088055361863deff/README.rst#L72 > See [this page](https://docs.zephyrproject.org/latest/guides/kconfig/tips.html) for some Kconfig tips and best practices. **Environment** *...

Hey, guys. I made a standalone menuconfig --> https://github.com/JiauZhang/menuconfig Kconfig is an important configuration tool that is used in many projects. Unfortunately, Kconfiglib has not been updated since Jan 31...

Closes #133 This is the default option, for `kconfig-conf`. Just a small modification to the "oldconfig": ```diff @@ -82,9 +81,7 @@ if isinstance(node.item, Symbol): sym = node.item - # Skip...

Not able to find an `oldaskconfig` script ? ``` --oldaskconfig Start a new configuration using a line-oriented program --oldconfig Update a configuration using a provided .config as base --silentoldconfig Same...

* I'm trying to use the 'kconfiglib' module to read Linux Kconfig source files. * I could not get the 'scriptconfig' makefile.patch working with the latest upstream Linux version 6.4-rc4....

## Title: Proposal to Enhance C Preprocessor Redefinition Strings Generation ### Objective: This proposal suggests an extension to enhance the functionality of generating C Preprocessor redefinition strings without quotation marks...

Hi owner, I found out that the version hasn't changed for three years. If i want to use this software, is there any release plan for this software in the...

User and simply press p or P key to preview in menuconfig GUI. For junior learning purpose or debugging purpose.

When using a screen reader the GUI cursor is always reset to the top of the screen instead of the current menu item or button or selection. It makes it...

Hi, I recently encountered an error when trying to setup a default value for _boolean_ options, whenever I also include a _help_ instruction within the menu. ### The following works...