build/Kconfig: fix warnings detected by kconfiglib

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-02-09 16:17:46 +08:00 committed by Xiang Xiao
parent 9db9ef37b4
commit 42d34fcef3
7 changed files with 4 additions and 9 deletions

View File

@ -17,11 +17,9 @@ if EXAMPLES_CALIB_UDELAY
config EXAMPLES_CALIB_UDELAY_NUM_MEASUREMENTS
int "Number of measurements to take for each loop iteration count"
default 3
---help---
config EXAMPLES_CALIB_UDELAY_NUM_RESULTS
int "Number of results to generate for calibration slope"
default 20
---help---
endif

View File

@ -97,7 +97,7 @@ choice
config TWM4NX_MOUSE
bool "Mouse"
select NX_SWCURSOR
depends on NX_SWCURSOR
config TWM4NX_TOUCHSCREEN
bool "Touchscreen"

View File

@ -16,7 +16,7 @@ if CMSIS
config CMSIS_VER
string "Default CMSIS version"
default 5.8.0
default "5.8.0"
config CMSIS_DSP
bool "CMSIS DSP"

View File

@ -15,6 +15,6 @@ if NNABLA_RT
config NNABLA_RT_VER
string "Default NNABLA Runtime version"
default 1.24.0
default "1.24.0"
endif # NNABLA_RT

View File

@ -314,7 +314,6 @@ config THTTPD_TILDE_MAP2
config THTTPD_GENERATE_INDICES
bool "Generate name indices"
default n
---help---
config THTTPD_USE_URLPATTERN
bool "Use URL pattern"

View File

@ -143,8 +143,7 @@ config NETUTILS_HTTPD_PATH
config NETUTILS_HTTPD_KEEPALIVE_DISABLE
bool "Keepalive Disable"
default y if !NETUTILS_HTTPD_TIMEOUT
default n if NETUTILS_HTTPD_TIMEOUT
default y
---help---
Disabled HTTP keep-alive for HTTP clients. Keep-alive permits a
client to make multiple requests over the same connection, rather

View File

@ -7,7 +7,6 @@ menuconfig SYSTEM_DUMPSTACK
tristate "dumpstack tool for show the task backtrace"
default n
depends on SCHED_BACKTRACE
---help---
if SYSTEM_DUMPSTACK