mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Rename LIB_ to LIBC_ for all libc Kconfig
follow other libc component naming convention Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
a3986eeba3
commit
5025fbef8d
@@ -25,7 +25,7 @@ CONFIG_FAT_LCNAMES=y
|
||||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FS_FAT=y
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_LIB_HEX2BIN=y
|
||||
CONFIG_LIBC_HEX2BIN=y
|
||||
CONFIG_MAKERLISP_SDBOOT=y
|
||||
CONFIG_MMCSD=y
|
||||
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
|
||||
|
||||
@@ -11,7 +11,7 @@ choice
|
||||
|
||||
config Z20X_SDBOOT
|
||||
bool "SD boot loader"
|
||||
select LIB_HEX2BIN
|
||||
select LIBC_HEX2BIN
|
||||
select EZ80_BOOTLOADER
|
||||
depends on EZ80_SPI && MMCSD_SPI
|
||||
---help---
|
||||
@@ -22,7 +22,7 @@ config Z20X_SDBOOT
|
||||
config Z20X_W25BOOT
|
||||
bool "W25 boot loader"
|
||||
select Z20X_W25_CHARDEV
|
||||
select LIB_HEX2BIN
|
||||
select LIBC_HEX2BIN
|
||||
select EZ80_BOOTLOADER
|
||||
depends on EZ80_SPI && MTD_W25
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user