You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/28 06:16:47 UTC

[incubator-nuttx] 01/02: arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig

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 <xi...@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 <xi...@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