Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kconfiglib: Update README with info on kconfiglib modifications | Kevin O'Connor | 2020-11-23 | 1 | -0/+147 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | kconfiglib: Update menuconfig.py with simpler menu layout | Kevin O'Connor | 2020-11-23 | 1 | -20/+23 |
| | | | | | | | Remove infrequently used menu options (custom file loading/saving and developer modes). Simplify the help screen. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | kconfiglib: Update kconfiglib.py to always emit symbols | Kevin O'Connor | 2020-11-23 | 1 | -2/+7 |
| | | | | | | Emit all symbols (even ones disabled) to the autoconf.h header file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lib: Add kconfiglib code | Kevin O'Connor | 2020-11-23 | 5 | -0/+10625 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |