From 30e80f2394e47b31527d130cd71b524c70a83378 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 6 Jan 2022 02:20:26 +0800 Subject: [PATCH] arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig Signed-off-by: Xiang Xiao --- arch/sim/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index c3b1b310cf..9a8ca5e61c 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