26 lines
661 B
Plaintext
Executable File
26 lines
661 B
Plaintext
Executable File
#
|
|
# 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_ET5XX
|
|
tristate "ET5XX fingerprint sensor support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for Egistec's
|
|
fingerprint sensor ET5XX.
|
|
config SENSORS_ET7XX
|
|
tristate "ET7XX fingerprint sensor support"
|
|
default n
|
|
help
|
|
If you say yes here you get support for Egistec's
|
|
fingerprint sensor ET7XX.
|
|
endif
|