#
# Configuration for FPC
#
menuconfig FINGER_PRINT
	bool "Fingerprints"
	help
	  Say Y here, and a list of supported fingerprints will be displayed.

if FINGER_PRINT

config INPUT_FPC1020
	bool "FPC 1020 Driver"
	default n
	help
	  This is a FPC 1020 chipset Driver.

endif

#source "drivers/input/fingerprint/goodix_gfx18m/Kconfig"
