timer: fix function definitions for uC having several output compare
[aversive.git] / config / config.in
index 0e0d83d..500f69d 100644 (file)
@@ -162,6 +162,8 @@ choice 'Scheduler config' "use_timer_module CONFIG_MODULE_SCHEDULER_USE_TIMERS\
 
 fi
 
+bool 'Callout' CONFIG_MODULE_CALLOUT
+
 #### TIME
 dep_bool 'Time' CONFIG_MODULE_TIME \
        $CONFIG_MODULE_SCHEDULER
@@ -435,6 +437,14 @@ dep_bool 'CC2420 Radio Device (IEEE 802.15.4) (VERY EXPERIMENTAL)' CONFIG_MODULE
 dep_bool '  |-- Create Default CC2420 config' CONFIG_MODULE_CC2420_CREATE_CONFIG \
        $CONFIG_MODULE_CC2420
 
+bool 'Xbee Device' CONFIG_MODULE_XBEE
+
+dep_bool '  |-- Enable xbee stats' CONFIG_MODULE_XBEE_STATS \
+       $CONFIG_MODULE_XBEE
+
+dep_bool '  |-- Embed help strings in program memory' CONFIG_MODULE_XBEE_ATCMD_HELP \
+       $CONFIG_MODULE_XBEE
+
 endmenu # radio