#
# Fingerprints driver configuration
#
menuconfig INPUT_FINGERPRINT
	bool "FingerPrints"
	help
	  Say Y here, and a list of supported fingerprints will be displayed.
	  This option doesn't affect the kernel.

	  If unsure, say Y.

if INPUT_FINGERPRINT

config BBK_ET713
	tristate "Egis ET713 fingerprint drvier support"
	help
	  Say Y here to enable et713 fingerprint driver support!
endif

