From 9b8b418a2c7eae0a2154aa85aea3d31d54e979ab Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 15 Jan 2025 08:31:54 +0000 Subject: [PATCH] scripts: ci: check_compliance: Add Kconfig to allow list Adds a Kconfig used for configuring MCUboot to the allow list Signed-off-by: Jamie McCrae --- scripts/ci/check_compliance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/check_compliance.py b/scripts/ci/check_compliance.py index 32aecb0d697..7155a8a859b 100755 --- a/scripts/ci/check_compliance.py +++ b/scripts/ci/check_compliance.py @@ -1030,6 +1030,7 @@ flagged. "BOOT_SIGNATURE_TYPE_NONE", # MCUboot setting used by sysbuild "BOOT_SIGNATURE_TYPE_RSA", # MCUboot setting used by sysbuild "BOOT_SWAP_USING_MOVE", # Used in sysbuild for MCUboot configuration + "BOOT_SWAP_USING_OFFSET", # Used in sysbuild for MCUboot configuration "BOOT_SWAP_USING_SCRATCH", # Used in sysbuild for MCUboot configuration "BOOT_UPGRADE_ONLY", # Used in example adjusting MCUboot config, but # symbol is defined in MCUboot itself.