Skip to content

Commit e0aee22

Browse files
unicornxRbb666
authored andcommitted
bsp: k230: fix kconfig warnings
scons --menuconfig will report: ``` warning: the choice symbol PKG_USING_ZLIB_LATEST_VERSION (defined at /home/u/.env/packages/packages/misc/zlib/Kconfig:31) is selected by the following symbols, but select/imply has no effect on choice symbols - BSP_ROOTFS_TYPE_CROMFS (defined at Kconfig:36) warning: default on the choice symbol BSP_USING_SDIO0 (defined at board/Kconfig:20) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol BSP_USING_SDIO1 (defined at board/Kconfig:34) will have no effect, as defaults do not affect choice symbols ``` Fix and remove these warnings. Signed-off-by: Chen Wang <[email protected]>
1 parent 524ae34 commit e0aee22

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

bsp/k230/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ choice BSP_ROOTFS_TYPE
3737
bool "Use Compressed ROM File-System (ReadOnly)"
3838
select RT_USING_DFS_CROMFS
3939
select PKG_USING_ZLIB
40-
select PKG_USING_ZLIB_LATEST_VERSION
4140
endchoice

bsp/k230/board/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ menu "Drivers Configuration"
1919

2020
config BSP_USING_SDIO0
2121
bool "Enable SDIO0"
22-
default y
2322

2423
if BSP_USING_SDIO0
2524
config BSP_SDIO0_EMMC
@@ -33,7 +32,6 @@ menu "Drivers Configuration"
3332

3433
config BSP_USING_SDIO1
3534
bool "Enable SDIO1"
36-
default n
3735
endchoice
3836

3937
config BSP_SD_MNT_DEVNAME

0 commit comments

Comments
 (0)