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

View File

@@ -134,7 +134,7 @@ config VNCSERVER_UPDATE_BUFSIZE
config VNCSERVER_KBDENCODE
bool "Encode keyboard input"
default n
depends on LIB_KBDCODEC
depends on LIBC_KBDCODEC
---help---
Use a special encoding of keyboard characters as defined in
include/nuttx/input/kbd_coded.h.