Skip to content

Commit 9cbfc37

Browse files
committed
[nrf fromlist] ci: Fix Kconfig check for nRF71
The DTS support for this SoC is not yet available upstream, but preliminary driver support is being added. Upstream PR #: 88816 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 0f67093 commit 9cbfc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ def check_no_undef_outside_kconfig(self, kconf):
988988
"CRC", # Used in TI CC13x2 / CC26x2 SDK comment
989989
"DEEP_SLEEP", # #defined by RV32M1 in ext/
990990
"DESCRIPTION",
991+
"DT_HAS_NORDIC_WIFI71_ENABLED", # DTS support is not available yet
991992
"ERR",
992993
"ESP_DIF_LIBRARY", # Referenced in CMake comment
993994
"EXPERIMENTAL",

0 commit comments

Comments
 (0)