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

menu "Functions & Devices"
depends on OCTACOMM_SHIB

	# 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 ADC_M
#		bool "Enable ADC module"

#	config INTERRUPT_M
#		bool "Enable Interrupt module"


#	config HAL_M
#		bool "Enable HAL module"
#		help
#		Initialize Hardware Abstract Layer.

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

	config BUTTON_M
		bool "Enable Button module"
		help
		Initialize the Button control.

	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.
		
	menu "Select device drivers"
		source "nos/drivers/Sensor/Kconfig"
	endmenu
		
endmenu


