sched/wdog: Remove MAX_WDOGPARMS and related stuff

since the variable arguments are error prone and seldom used.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-08-10 02:29:35 +08:00
committed by patacongo
parent 7252275e15
commit acca9fcc3b
128 changed files with 728 additions and 977 deletions
-6
View File
@@ -217,12 +217,6 @@ config START_DAY
default 1
range 1 31
config MAX_WDOGPARMS
int "Maximum number of watchdog parameters"
default 2
---help---
Maximum number of parameters that can be passed to a watchdog handler
config PREALLOC_TIMERS
int "Number of pre-allocated POSIX timers"
default 8