Skip to content

Releases: pjps/config-kernel

config-kernel v0.3

16 Feb 11:16
Compare
Choose a tag to compare

This release implements

  • Unified file edit (-E) function with command line options
  • Support for choice...endchoice construct
  • Support nested choice..endchoice definitions
  • Recursive toggle (-t) function
  • Updates to optimise memory and fix compiler warnings etc.
  • RPM specification for a package BZ#2259602

config-kernel v0.2

22 Jan 09:44
Compare
Choose a tag to compare

This release implements:

  • Bison(1) parser to read Kconfig source files.
  • Bison(1) parser to read and parse sequence of expressions including Macros.
  • Bison(1) parser to read .config/template files.
  • Read Range and Imply configuration attributes.
  • Evaluate Select/Imply expressions and enable/disable option accordingly.
  • Evaluate sequence of range expressions and validate values against range.
  • Helpful error reporting while parsing text.
  • Improve verbose logging and plug memory leaks.

config-kernel v0.1

22 Jan 09:38
Compare
Choose a tag to compare

This release implements:

  • A lexer to recursively read config option entries from Kconfig files.
  • A lexer to read '.config' or kernel configuration template files.
  • Command line option to select a specific architecture.
  • Command line option to show a config entry with its attributes.
  • Command line option to recursively enable, disable or toggle a config option.
  • Command line option to compare a '.config' file against a given kernel source tree.
  • Command line option to edit a '.config' or template file with an $EDITOR program.
  • Command line option to list config option entries in a '.config' file format.
  • By default show all the config option entries in a tree view format.