summary refs log tree commit diff
path: root/lib/kernel.nix
Commit message (Collapse)AuthorAge
* linux: translate config to structured configDan Peebles2018-06-30
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]