#
# 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!
	  
config INPUT_IX_BTP
       tristate "IX fingerprint sensor support"
       depends on SPI_MASTER
config INPUT_FINGERPRINT_FPC1020
	tristate "FPC1022 fingerprint sensor support by FPC"
	depends on SPI_MASTER
	help
	 Say Y here if you want to support FPC1022
	 connected via an SPI bus.

	 To compile this driver as a module, choose M here: the module
	 will be called FPC1022.
endif

config FINGERPRINT_GOODIX_GF3208
        tristate "Goodix GF3208 fingerprint drvier support"
	help
          Say Y here to enable goodix fingerprint driver support

config INPUT_FPC1145
        tristate "FPC1145 fingerprint sensor support"
        depends on SPI_MASTER

config EGISTEC_FINGERPRINT
	tristate "Egistec ET520 platform device"
	depends on SPI_MASTER
	help
	  If say Y here to use Egistec fingerprint driver.
	  If unsure, say N.
