Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL

since boardctl isn't a libc feature

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-01 15:00:54 +08:00
committed by Abdelatif Guettouche
parent 0272a16010
commit b12f588140
538 changed files with 629 additions and 629 deletions

View File

@@ -16670,7 +16670,7 @@ detailed bugfix information):
- All configurations that use NXIMAGE or NXHELLO must select
NX_MULTIUSER. All configurations that use examples/nxterm must
enable CONFIG_LIB_BOARDCTL.
enable CONFIG_BOARDCTL.
- All configurations that use NXLINES must select NX_MULTIUSER. All
configurations that use the NX server need to have larger POSIX
messages.
@@ -26284,7 +26284,7 @@ information):
* Atmel SAMA5Dx Boards:
- SAMA5D4-EK: Fix bad conditional compilation for
board_app_initialize(). Should depend only on CONFIG_LIB_BOARDCTL,
board_app_initialize(). Should depend only on CONFIG_BOARDCTL,
CONFIG_BUILD_KERNEL is irrelevant. From Gregory Nutt.
* Microchip i.MXRT: