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:
Xiang Xiao
2021-08-01 15:27:08 +08:00
committed by Abdelatif Guettouche
parent a3986eeba3
commit 5025fbef8d
222 changed files with 327 additions and 327 deletions
@@ -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
+2 -2
View File
@@ -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---