mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
build/Kconfig: fix warnings detected by kconfiglib
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user