mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
There are several cases in the EC code base where a CONFIG_* option is used somewhere, but not defined within the include/config.h file. This script aims to fix that. Eventually, it will become a presubmit hook to actively prevent future offenses. BUG=chrome-os-partner:26304 BRANCH=none TEST=cros lint --debug util/config_option_check.py TEST=Ran script and found offending config options. TEST=make -j buildall tests Change-Id: I999d32ebacc636b3fff9e857f3cc46feee475e80 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/281626 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Trybot-Ready: Aseda Aboagye <aaboagye@chromium.org>