config CRADLEDET
	tristate "Cradle detection"
	select SWITCH
	help
	  Say Y here to enable Cradle detection support.

choice
	prompt "Cradle detection method"
	depends on CRADLEDET
	default CRADLEDET_POLLING

config CRADLEDET_POLLING
	bool "Cradle detection works in polling mode"
	help
	  Cradlde detection algorithm is working from thread

config CRADLEDET_INTERRUPT
	bool "Cradle detection works in interrupt mode"
	help
	 Cradle detection algorithm works from interrupt (on cradle only)

endchoice
