3 unstable releases

0.2.0 Apr 13, 2024
0.1.3 Oct 30, 2023
0.1.0 Oct 29, 2023

#1002 in Unix APIs

Download history 17/week @ 2024-09-24 1/week @ 2024-10-08 1/week @ 2024-10-15 11/week @ 2024-12-10

129 downloads per month
Used in kcheck-cli

MPL-2.0 license

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–16MB
~203K SLoC