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

menu "Functions & Devices"
depends on ISN_400N

	# 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

	# ADC     ڵ 
	config ADC_M
		bool 
		default y
		depends on SENSOR_RAIN_M || SENSOR_TEMP_M || SENSOR_ACC_M
		help
		Initialize Analogue Digital Converter.

	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 ADDSTACK_M
		bool "Select an External Device ->"
		default n
		help
		Select an External Device
				
#	config SENSOR_STK1_M
#		bool "Sensor Devices (rain, temp, acc) ->"
#		default n
#		depends on ADDSTACK_M 
#		help
#		Initialize sensor stack1 (rain, temp, acc). You must choose only one sensor module.

	config SENSOR_RAIN_M
		bool "Rain Sensor Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize rain sensor function. You must choose only one sensor module.

	config SENSOR_TEMP_M
		bool "Temperature Sensor Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize temperature sensor function. You must choose only one sensor module.

	config SENSOR_ACC_M
		bool "Accelerator Sensor Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize accelerator sensor function. You must choose only one sensor module.
	
endmenu
