Skip to content

Commit 86ad7b3

Browse files
JarmouniAkartben
authored andcommitted
boards: fanke: fk723m1_zgt6: fix Kconfig warning
Move Kconfig symbol setting to 'Kconfig.defconfig' file to fix compliance check "defined without a type" warning. Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
1 parent d5c29cc commit 86ad7b3

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FK723M1-ZGT6 board configuration
2+
#
3+
# Copyright The Zephyr Project Contributors
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
7+
8+
if BOARD_FK723M1_ZGT6
9+
10+
config SDMMC_STM32_CLOCK_CHECK
11+
default n
12+
13+
endif # BOARD_FK723M1_ZGT6

boards/fanke/fk723m1_zgt6/Kconfig.fk723m1_zgt6

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33

44
config BOARD_FK723M1_ZGT6
55
select SOC_STM32H723XX
6-
7-
if BOARD_FK723M1_ZGT6
8-
9-
config SDMMC_STM32_CLOCK_CHECK
10-
default n
11-
12-
endif # BOARD_FK723M1_ZGT6

0 commit comments

Comments
 (0)