Commit 507e1154 authored by Andy Ross's avatar Andy Ross Committed by Anas Nashif
Browse files

scripts/check_compliance.py: Add kconfig false positives



New docs for cavs_v25 describe building a Linux kernel for a
Chromebook and need to talk about these kconfigs.

Signed-off-by: default avatarAndy Ross <andrew.j.ross@intel.com>
parent c6d077e1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -572,6 +572,10 @@ UNDEF_KCONFIG_WHITELIST = {
    "USB_CONSOLE",
    "USE_STDC_",
    "WHATEVER",
    "EXTRA_FIRMWARE_DIR", # Linux, in boards/xtensa/intel_adsp_cavs25/doc
    "HUGETLBFS",          # Linux, in boards/xtensa/intel_adsp_cavs25/doc
    "MODVERSIONS",        # Linux, in boards/xtensa/intel_adsp_cavs25/doc
    "SECURITY_LOADPIN",   # Linux, in boards/xtensa/intel_adsp_cavs25/doc
}

class KconfigBasicCheck(KconfigCheck, ComplianceTest):