menu "sensor_detect"
	config TEMP_DETECT
		bool "Enable Temp Detect"
		default n
		help
			Enable temperature detect

	config SDMADC_TEMP
		bool "Enable Sdmadc temp"
		default n
		help
			Use Sigma Delta ADC to detect temperature

	config VOLT_DETECT
		bool "Enable voltage detect"
		default n
endmenu

