benchmark: do not build serial driver in context_switch if CONFIG_USE_HP_TIMER is...
[bertos.git] / boards / ek-lm3s1968 / examples / gps / cfg / cfg_context_switch.h
index 46abc5d2c047b239f77669d2f839ca9399b00e65..fe0b4f8725be942d45765855b721802b213f5185 100644 (file)
 #define CFG_CONTEXT_SWITCH_H
 
 /**
- * Use hp timer for the bechmark, otherwise it use
- * one led.
+ * Use hp timer for the bechmark.
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ module= "boolean"
+ * $WIZ$ conditional_deps = "ser"
  */
 #define CONFIG_USE_HP_TIMER       1
 
 
+/**
+ * Use board led for benchmark.
+ *
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_USE_LED       1
+
+
 /**
  * Debug console port.
  * $WIZ$ type = "int"; min = 0