aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/output.c
Commit message (Collapse)AuthorAge
* Implement evaluateKarel Kočí2015-05-16
|
* parse_kconfig fix problems with generated rules to be UNSATKarel Kočí2015-05-02
|
* parse_kconfig rewritenKarel Kočí2015-05-01
| | | | | parse_kconfig should now generate full dependency. It is not transforming whole expression to CNF, but only pairs.
* parse_kconfig changes before more changes comeKarel Kočí2015-04-30
| | | | This is commit that breaks parse_kconfig program...
* parse_kconfig fix wrong behaviour for non prompt symbolsKarel Kočí2015-04-24
| | | | | Non prompt symbols should be selected always as their dependencies are satisfied. This changes adds generation of relevant rules.
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11