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

menu "Functions & Devices"
depends on NANO_24

	# 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 BAT_POWER_M || SENSOR_TEMP_M || SENSOR_LIGHT_M || SENSOR_GAS_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 BAT_POWER_M
		bool "Enable Battery Power Monitor (Beta)"
		help
		Initialize battery monitor function.

	config EEPROM_M
		bool "Enable EEPROM module"
		help
		Initialize the EEPROM control.

	config ADDSTACK_M
		bool "Select an External Device ->"
		default n
		help
		Select an External Device
		
	config SENSOR_STK1_M
		bool "Sensor Devices (temp, light, gas, humidity) ->"
		default n
		depends on ADDSTACK_M 
		help
		Initialize sensor stack1 (temp, light, gas, humidity).

	config SENSOR_TEMP_M
		bool "Temperature Sensor Device"
		default n
		depends on SENSOR_STK1_M
		help
		Initialize temperature sensor function.

	config SENSOR_LIGHT_M
		bool "Light Sensor Device"
		default n
		depends on SENSOR_STK1_M
		help
		Initialize light sensor function.

	config SENSOR_GAS_M
		bool "Gas Sensor Device"
		default n
		depends on SENSOR_STK1_M
		help
		Initialize gas sensor function.

	config SENSOR_HUM_M
		bool "Humidity Sensor Device"
		default n
		depends on SENSOR_STK1_M
		help
		Initialize humidity sensor functions.

	config SENSOR_PIR_M 
		bool "Point-infra-red Sensor Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize point infra-red sensor function.

	config SENSOR_US_M
		bool "Ultra-sonic Sensor Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize ultra-sonic sensor functions.

	config ACTUATOR_M
		bool "Actuator Device"
		default n
		depends on ADDSTACK_M 
		help
		Initialize the AC/DC relay switchs.
#endchoice
endmenu
