commit | b7c39b2bc1a98bf9716ae6dae59099556fabfa8f | [log] [tgz] |
---|---|---|
author | Martin Roth <martinroth@google.com> | Thu Jan 14 09:04:53 2016 -0700 |
committer | Martin Roth <martinroth@google.com> | Mon Jan 18 01:50:09 2016 +0100 |
tree | f25abd5f746902d8d5f0adfaf85aaba49684a8fc | |
parent | 699af193594037c98a3d05096283429520775c94 [diff] |
util/lint/kconfig_lint: Add 3 new checks - Check that selected symbols are type bool - Check that selected symbols aren't created inside a choice - Check that symbols created inside a choice aren't created outside of a choice as well. Change-Id: I08963d637f8bdfb2413cfe831eafdc974d7674ab Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12969 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>