Silvan Mosberger 767d80099c
lib/modules: Introduce _module.checks.*.check
Previously the .enable option was used to encode the condition as well,
which lead to some oddness:
- In order to encode an assertion, one had to invert it
- To disable a check, one had to mkForce it

By introducing a separate .check option this is solved because:
- It can be used to encode assertions
- Disabling is done separately with .enable option, whose default can be
  overridden without a mkForce
2020-12-17 21:52:24 +01:00
..
2020-06-18 10:16:57 +02:00
2020-11-19 00:07:14 -05:00
2017-09-16 21:36:43 -04:00
2020-11-15 03:11:05 -05:00
2018-11-22 08:59:48 +00:00
2020-06-04 13:43:10 +02:00
2020-09-12 16:37:50 +02:00
2020-10-26 00:50:06 -07:00
2019-09-26 17:42:42 +02:00