support logical OR operations on options
authoranthraxx <levente@leventepolyak.net>
Mon, 25 Jun 2018 22:21:10 +0000 (00:21 +0200)
committerAlexander Popov <alex.popov@linux.com>
Tue, 24 Jul 2018 16:43:48 +0000 (19:43 +0300)
commitbbfddf66cbbc57edda6d130e6e9b7c676f58d09a
tree397fac96e3680cff91749eba43f770f496211a9d
parentf662d0ed1d75e698c4944d93b3f8226c545e5960
support logical OR operations on options

The OR class implementation supports combining Opt's logically
with an or-operator. If any of the Opt's provided to the OR class
returns True, the check is considered OK.

Fixes #1

Conflicts resolved by @a13xp0p0v
kconfig-hardened-check.py