3 unstable releases

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

#864 in Unix APIs

Download history 4/week @ 2024-02-16 15/week @ 2024-02-23 7/week @ 2024-03-01 28/week @ 2024-03-29 9/week @ 2024-04-05 164/week @ 2024-04-12 4/week @ 2024-04-19

168 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
~193K SLoC