Add a special 'desired val' -- 'is not off'
authorAlexander Popov <alex.popov@linux.com>
Wed, 9 Nov 2022 15:24:52 +0000 (18:24 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 9 Nov 2022 15:24:52 +0000 (18:24 +0300)
commit0a9d3d0f700260d38a39cc1735ee5bd63d3e8f36
tree72964586c9f651732f9ec55c830f7d2fea1e59c4
parentc7254d20622e8120110c84209468baad62b36842
Add a special 'desired val' -- 'is not off'

This check gives FAIL if the option value is 'off' or
the option is not found. In other cases this check gives OK.

This feature is needed for checking that the CPU vulnerability mitigations
are not disabled. Let's see how it works and maybe improve it in future.
kconfig_hardened_check/__init__.py