build/Kconfig: fix warnings detected by kconfiglib
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
9db9ef37b4
commit
42d34fcef3
@ -17,11 +17,9 @@ if EXAMPLES_CALIB_UDELAY
|
|||||||
config EXAMPLES_CALIB_UDELAY_NUM_MEASUREMENTS
|
config EXAMPLES_CALIB_UDELAY_NUM_MEASUREMENTS
|
||||||
int "Number of measurements to take for each loop iteration count"
|
int "Number of measurements to take for each loop iteration count"
|
||||||
default 3
|
default 3
|
||||||
---help---
|
|
||||||
|
|
||||||
config EXAMPLES_CALIB_UDELAY_NUM_RESULTS
|
config EXAMPLES_CALIB_UDELAY_NUM_RESULTS
|
||||||
int "Number of results to generate for calibration slope"
|
int "Number of results to generate for calibration slope"
|
||||||
default 20
|
default 20
|
||||||
---help---
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -97,7 +97,7 @@ choice
|
|||||||
|
|
||||||
config TWM4NX_MOUSE
|
config TWM4NX_MOUSE
|
||||||
bool "Mouse"
|
bool "Mouse"
|
||||||
select NX_SWCURSOR
|
depends on NX_SWCURSOR
|
||||||
|
|
||||||
config TWM4NX_TOUCHSCREEN
|
config TWM4NX_TOUCHSCREEN
|
||||||
bool "Touchscreen"
|
bool "Touchscreen"
|
||||||
|
@ -16,7 +16,7 @@ if CMSIS
|
|||||||
|
|
||||||
config CMSIS_VER
|
config CMSIS_VER
|
||||||
string "Default CMSIS version"
|
string "Default CMSIS version"
|
||||||
default 5.8.0
|
default "5.8.0"
|
||||||
|
|
||||||
config CMSIS_DSP
|
config CMSIS_DSP
|
||||||
bool "CMSIS DSP"
|
bool "CMSIS DSP"
|
||||||
|
@ -15,6 +15,6 @@ if NNABLA_RT
|
|||||||
|
|
||||||
config NNABLA_RT_VER
|
config NNABLA_RT_VER
|
||||||
string "Default NNABLA Runtime version"
|
string "Default NNABLA Runtime version"
|
||||||
default 1.24.0
|
default "1.24.0"
|
||||||
|
|
||||||
endif # NNABLA_RT
|
endif # NNABLA_RT
|
||||||
|
@ -314,7 +314,6 @@ config THTTPD_TILDE_MAP2
|
|||||||
config THTTPD_GENERATE_INDICES
|
config THTTPD_GENERATE_INDICES
|
||||||
bool "Generate name indices"
|
bool "Generate name indices"
|
||||||
default n
|
default n
|
||||||
---help---
|
|
||||||
|
|
||||||
config THTTPD_USE_URLPATTERN
|
config THTTPD_USE_URLPATTERN
|
||||||
bool "Use URL pattern"
|
bool "Use URL pattern"
|
||||||
|
@ -143,8 +143,7 @@ config NETUTILS_HTTPD_PATH
|
|||||||
|
|
||||||
config NETUTILS_HTTPD_KEEPALIVE_DISABLE
|
config NETUTILS_HTTPD_KEEPALIVE_DISABLE
|
||||||
bool "Keepalive Disable"
|
bool "Keepalive Disable"
|
||||||
default y if !NETUTILS_HTTPD_TIMEOUT
|
default y
|
||||||
default n if NETUTILS_HTTPD_TIMEOUT
|
|
||||||
---help---
|
---help---
|
||||||
Disabled HTTP keep-alive for HTTP clients. Keep-alive permits a
|
Disabled HTTP keep-alive for HTTP clients. Keep-alive permits a
|
||||||
client to make multiple requests over the same connection, rather
|
client to make multiple requests over the same connection, rather
|
||||||
|
@ -7,7 +7,6 @@ menuconfig SYSTEM_DUMPSTACK
|
|||||||
tristate "dumpstack tool for show the task backtrace"
|
tristate "dumpstack tool for show the task backtrace"
|
||||||
default n
|
default n
|
||||||
depends on SCHED_BACKTRACE
|
depends on SCHED_BACKTRACE
|
||||||
---help---
|
|
||||||
|
|
||||||
if SYSTEM_DUMPSTACK
|
if SYSTEM_DUMPSTACK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user