Dan Peebles ff9999ad1b linux: translate config to structured config
Instead of using a string to describe kernel config, use a nix
attribute set, then converted to a string.
- allows to override the config, aka convert 'yes' into 'modules' or
vice-versa
- while for now merging different configs is still crude (last spec wins),
at least there should be only one CONFIG_XYZ value compared to the current string
config where the first defined would be used and others ignored.

[initial idea by copumpkin in 2016, a major rebase to 2018 by teto]
2018-06-30 16:01:41 +03:00
..
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2018-06-28 15:24:12 -04:00
2018-06-10 19:31:09 +02:00
2017-08-22 13:28:55 +03:00
2018-03-04 06:28:34 -08:00