#
# Fingerprints driver configuration
#
menuconfig LGE_DEVICE_CONTEXT
	bool "LGE_DEVICE_CONTEXT"
	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 LGE_DEVICE_CONTEXT

config LGE_DEVICE_CONTEXT_MON
	tristate "LGE Device context monitor support"
	help
	  Say Y here to enable LGE Device context monitor driver support!
endif

