#
# For a description of the syntax of this configuration file,
# see doc/kbuild/kconfig-language.txt.
#

menu "Functions & Devices"
depends on TMOTE_SKY

	# MAC   ڵ 
	config RF_M
		bool
		default y
		depends on MAC_M
		help
		Initialize RF device control.
	config CC2420_M
		bool
		depends on RF_M
		default y
		help
		Use Chipcon CC2420 RF Chip

	config LED_M
		bool "Enable LED module"
		help
		Initialize the LED control.

	config UART_M
		bool "Enable UART module"

        config TIMECHK_M
                bool "Enable Time-check module"
#		  select UART_M
                help
                Initialize to include time-check function

	config SENSOR_TEMP_M
		bool "Temp Sensor Device"
		default n
		help
		Initialize temperature sensor function.

	config SENSOR_HUM_M
		bool "Humidity Sensor Device"
		default n
		help
		Initialize humidity sensor function.

endmenu
