Disable incomplete configurations.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 11:08:15 +0000 (11:08 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 11:08:15 +0000 (11:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2578 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_proc.h

index e4489517cd177cb81aebfad4c30e592969cab07c..adb0d69a8f3ed82aae70ab4fb967ea75dc62f58d 100644 (file)
@@ -47,8 +47,9 @@
 #define CONFIG_KERN 0
 
 /**
- * Kernel interrupt supervisor.
+ * Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_IRQ 0
 
@@ -63,6 +64,7 @@
  * Preemptive process scheduling. WARNING: Experimental, still incomplete!
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_PREEMPT 0