Merge branch "preempt" in "trunk".
[bertos.git] / bertos / cfg / cfg_proc.h
index adb0d69a8f3ed82aae70ab4fb967ea75dc62f58d..1cd5a191a10de59d5c7f4aad1019d9d0b15c453a 100644 (file)
  * Dynamic memory allocation for processes.
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_HEAP 0
 
 /**
- * Preemptive process scheduling. WARNING: Experimental, still incomplete!
+ * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
- * $WIZ$ supports = "False"
+ * $WIZ$ conditional_deps = "timer", "idle"
  */
 #define CONFIG_KERN_PREEMPT 0
 
@@ -78,7 +79,8 @@
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_QUANTUM 47