#
# 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 INPUT_FINGERPRINT_FPC
	tristate "FPC fingerprint platform driver support"
	help
	  Say Y here to enable fpc fingerprint platform driver support!

config LGE_FINGERPRINT_GKI_FPC
	bool "FPC fingerprint driver feature for GKI build"
	depends on INPUT_FINGERPRINT_FPC
	help
	  Say Y here to build fpc fingerprint platform driver for GKI build
endif

