build/Kconfig: fix warnings detected by kconfiglib

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-02-09 16:01:01 +08:00
committed by Xiang Xiao
parent 3a0fdb019d
commit e942a7c55e
28 changed files with 46 additions and 67 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ config Z20X_SDBOOT
config Z20X_W25BOOT
bool "W25 boot loader"
select Z20X_W25_CHARDEV
depends on Z20X_W25_CHARDEV
select LIBC_HEX2BIN
select EZ80_BOOTLOADER
depends on EZ80_SPI && MTD_W25
@@ -39,14 +39,14 @@ config Z20X_PROGRAM
config Z20X_STANDALONE
bool "Standalone FLASH progroam"
select BOOT_RUNFROMFLASH
depends on BOOT_RUNFROMFLASH
---help---
Select this option only to build a small program that executes
from z20x FLASH memory.
config Z20X_COPYTORAM
bool "Copy to RAM"
select BOOT_RUNFROMEXTSRAM
depends on BOOT_RUNFROMEXTSRAM
---help---
This option is available only when running from external SRAM
(CONFIG_BOOT_RUNFROMEXTSRAM). In that case there are two possible