3 unstable releases

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

#886 in Unix APIs

Download history 2/week @ 2024-02-14 14/week @ 2024-02-21 10/week @ 2024-02-28 12/week @ 2024-03-27 25/week @ 2024-04-03 161/week @ 2024-04-10 7/week @ 2024-04-17

205 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–17MB
~211K SLoC