scripts/check_complaince: Add configs to UNDEF_KCONFIG_WHITELIST
Adding LOG_BACKEND_MOCK_OUTPUT_DEFAULT & LOG_BACKEND_MOCK_OUTPUT_SYST to UNDEF_KCONFIG_WHITELIST as Kconfig options generated by a template under testcases are not identified by Compliance check by default. Signed-off-by: Aastha Grover <aastha.grover@intel.com>
This commit is contained in:
parent
3358c6392a
commit
eee56d8840
@ -561,6 +561,8 @@ UNDEF_KCONFIG_WHITELIST = {
|
||||
"REG2",
|
||||
"SAMPLE_MODULE_LOG_LEVEL", # Used as an example in samples/subsys/logging
|
||||
"SAMPLE_MODULE_LOG_LEVEL_DBG", # Used in tests/subsys/logging/log_api
|
||||
"LOG_BACKEND_MOCK_OUTPUT_DEFAULT", #Referenced in tests/subsys/logging/log_syst
|
||||
"LOG_BACKEND_MOCK_OUTPUT_SYST", #Referenced in testcase.yaml of log_syst test
|
||||
"SEL",
|
||||
"SHIFT",
|
||||
"SOC_WATCH", # Issue 13749
|
||||
|
||||
Loading…
Reference in New Issue
Block a user