Add nested ComplexOptChecks support
authorAlexander Popov <alex.popov@linux.com>
Wed, 21 Oct 2020 18:20:37 +0000 (21:20 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 21 Oct 2020 18:20:37 +0000 (21:20 +0300)
commitcbd83d7364be51dcebc1f8e3111195cdc5b2d483
treebd9a4e55c1b1f2539b5b04923f5d8300e7c9204c
parent150c5ae774a429f5f81e800d3da5bfaba00af369
Add nested ComplexOptChecks support

Now we can do things like OR(opt1, AND(opt2, opt3)).
Cool!

Refers to #48
kconfig_hardened_check/__init__.py