aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/symlist.h
Commit message (Collapse)AuthorAge
* parse_kconfig adding proper visibility dependencyKarel Kočí2015-05-04
| | | | For unknown reasons, output rules with generated default solution are not satisfiable.
* Fix parse_kconfig symlist_el variables typeKarel Kočí2015-05-01
|
* 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...
* Add prompt variable to parse_kconfigKarel Kočí2015-04-29
|
* 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.
* parse_kconfig symlist.h move includes to begining of fileKarel Kočí2015-04-12
|
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11