This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 30e80f2394e47b31527d130cd71b524c70a83378 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Thu Jan 6 02:20:26 2022 +0800 arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- arch/sim/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index c3b1b31..9a8ca5e 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -353,14 +353,6 @@ endif # if INPUT endmenu -config SIM_TCNWAITERS - bool "Maximum number poll() waiters" - default 4 - depends on SIM_TOUCHSCREEN - ---help--- - The maximum number of threads that can be waiting on poll() for a - touchscreen event. Default: 4 - config SIM_HCISOCKET bool "Attach Host Bluetooth" default false