kernel device tree source code for OnePlus 5 & 5T P device Change-Id: I84f40e66833ea1ce30eb1d9a710d6e1529e9e637
24 lines
508 B
Text
24 lines
508 B
Text
menuconfig INPUT_FINGERPRINT
|
|
bool "Fingerprint"
|
|
default y
|
|
help
|
|
Say Y here, and a list of supported fingerprint will be displayed.
|
|
This option doesn't affect the kernel.
|
|
|
|
If unsure, say Y.
|
|
|
|
if INPUT_FINGERPRINT
|
|
|
|
config FINGERPRINT_DETECT
|
|
tristate "fingerprint detect support"
|
|
depends on SPI_MASTER
|
|
|
|
config FINGERPRINT_FPC
|
|
tristate "fpc fingerprint sensor support"
|
|
depends on SPI_MASTER
|
|
|
|
config FINGERPRINT_GOODIX
|
|
tristate "goodix fingerprint sensor support"
|
|
depends on SPI_MASTER
|
|
|
|
endif
|