mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 04:04:18 +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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user