#
#Fingerprint
#
menu "Fingerprint support"
	depends on INPUT

config MTK_FINGERPRINT_SUPPORT
	bool "Mediatek Fingerprint"
	default n
	help
	  Fingerprint mtk driver enable/disable
	  in the kernel.Say Y here if you want to
	  use mediatek fingerprint driver,fingerprint
	  driver will support fingerprint function

if MTK_FINGERPRINT_SUPPORT
config MTK_FINGERPRINT_SELECT
	string "sensor type"
	default "NA"

config FINGERPRINT_EGISTEC_FOD
	bool "Egistec FOD Fingerprint"
	default n

config FINGERPRINT_EGISTEC
	bool "Egistec Fingerprint"
	default n

config FINGERPRINT_ID_HI_EGISTEC
	bool "fp id is high"
	default n

config FINGERPRINT_ID_LO_EGISTEC
	bool "fp id is low"
	default n

config FINGERPRINT_CDFINGER
	bool "Fingertech Fingerprint"
	default n

config FINGERPRINT_ID_HI_CDFINGER
	bool "fp id is high"
	default n

config FINGERPRINT_ID_LO_CDFINGER
	bool "fp id is low"
	default n

config FINGERPRINT_FOCALTECH
	bool "Fingertech Fingerprint"
	default n

config FINGERPRINT_ID_HI_FOCALTECH
	bool "fp id is high"
	default n

config FINGERPRINT_ID_LO_FOCALTECH
	bool "fp id is low"
	default n

endif
endmenu
