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

config A9060_M
	bool "Enable A9060 Driver"
	help
	A9060 ADC Module

config RE200B_M
	bool "Enable RE200B Driver"
	help
	RE200B interrupt Module

config SHT11_M
	bool "Enable SHT11 Driver"
	help
	SHT11 I2C(Two Wire Interface) Module

config ADC_M
	bool 
	default y
	depends on A9060_M

config INTERRUPT_M
	bool 
	default y
	depends on RE200B_M

config I2C_M
	bool
	default y
	depends on SHT11_M

config HAL_M
	bool
	default y
	depends on ADC_M || INTERRUPT_M || I2C_M
	