bottlerocket icon indicating copy to clipboard operation
bottlerocket copied to clipboard

kernel config: tidy up config fragments

Open foersleo opened this issue 2 years ago • 0 comments

There is some things to tidy up for the parts we set for our kernel configs:

  • [x] Usage of CONFIG_FOO=n instead of # CONFIG_FOO is not set to deactivate a setting
  • [ ] Check if there is any conflicts that merge-config brings up (e.g. intended to have something build in, but dependency options are build as module; merge-config will complain about those)

foersleo avatar Jul 21 '22 13:07 foersleo