mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
85baa390bf
* Samsung Package Version: G800HXXU1CRJ1 * CAF Tag: LA.BF.1.1.3-00110-8x26.0
38 lines
1 KiB
Text
38 lines
1 KiB
Text
#
|
|
# Sensor drivers configuration
|
|
#
|
|
menuconfig SENSORS_FINGERPRINT
|
|
bool "Finger Print Sensor devices"
|
|
help
|
|
Say Y here, and a list of sensors drivers will be displayed.
|
|
Everything that didn't fit into the other categories is here. This option
|
|
doesn't affect the kernel.
|
|
|
|
If unsure, say Y.
|
|
|
|
if SENSORS_FINGERPRINT
|
|
config SENSORS_FINGERPRINT_SYSFS
|
|
tristate "fingerprint sensor sysfs support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for
|
|
fingerprint sensor FINGERPRINT_SYSFS
|
|
config SENSORS_VFS61XX
|
|
tristate "VFS61XX fingerprint sensor support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for Validity's
|
|
fingerprint sensor VFS61XX.
|
|
config SENSORS_VFS61XX_KO
|
|
tristate "VFS61XX fingerprint sensor support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for Validity's
|
|
fingerprint sensor VFS61XX_KO.
|
|
config SENSORS_FPRINT_SECURE
|
|
tristate "VFS61XX fingerprint sensor support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for Validity's
|
|
fingerprint sensor enable secure zone.
|
|
endif
|