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 14:59:37 +08:00
committed by Abdelatif Guettouche
parent 967f526850
commit d4d2f13f89
27 changed files with 36 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
config EXAMPLES_ADC
tristate "ADC example"
default n
depends on ADC && LIB_BOARDCTL
depends on ADC && BOARDCTL
---help---
Enable the ADC example