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

menu "Functions & Devices"
depends on TEST_PLATFORM

	# 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 HAL_M
		bool "Enable HAL module"
		help
		Initialize Hardware Abstract Layer.

#	config ADC_M
#		bool "Enable ADC module"
#		help
#		Initialize Analogue Digital Converter.

	config ADC_M
		bool 
		default y
		depends on A9060_M || LM61_M || NE555_M || NAP_55A_M || RE200B_M
		help
		Initialize Analogue Digital Converter.

	config UART_M
		bool "Enable UART module"

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

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

	config GENERAL_OUT_M
		bool "Enable General Out module"

	config GENERAL_IN_M
		bool "Enable General In module"
	
	config A9060_M
		bool "Enable A9060 module"
		
	config LM61_M
		bool "Enable LM61 module"

	config NE555_M
		bool "Enable NE555 module"

	config NAP_55A_M
		bool "Enable NAP-55A module"

	config RE200B_M
		bool "Enable RE200B module"

endmenu

