Skip to content

Commit 58bba81

Browse files
committed
boards: shields: dvp_fpc24_mt9m114: search shield in lowercase
The script zephyr/scripts/kconfig/kconfigfunctions.py used by Kconfig's "shields_list_contains" searches shield names in lower-case, like they are passed through the SHIELD in CMake, --shield argument in west. Make the mt9m114 shield upper-case. This has no effect currently as this Kconfig entry is not used anywhere in Zephyr. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent 4b6916e commit 58bba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/dvp_fpc24_mt9m114/Kconfig.shield

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config SHIELD_DVP_FPC24_MT9M114
5-
def_bool $(shields_list_contains,DVP_FPC24_MT9M114)
5+
def_bool $(shields_list_contains,dvp_fpc24_mt9m114)

0 commit comments

Comments
 (0)