3 unstable releases
0.2.0 | Apr 13, 2024 |
---|---|
0.1.3 | Oct 30, 2023 |
0.1.0 | Oct 29, 2023 |
#889 in Unix APIs
Used in kcheck-cli
49KB
1K
SLoC
A library for working with kernel config information.
Works with:
- Systems that utilize Kconfig (Linux, Zephyr)
Problem statement:
- Software may run on unknown system configurations
- Software may require specific kernel config options to be enabled
- Software may be run on a minimal config system
- User wants to understand the reasons behind a kernel config setting
- User wants to be able to check the state of kernel config options.
- User may want to enforce runtime checks on kernel config options.
todo: derive readme from doc comments
Dependencies
~7–17MB
~207K SLoC