Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Sensor drivers configuration
  3. #
  4. menuconfig SENSORS_FINGERPRINT
  5. bool "Finger Print Sensor devices"
  6. help
  7. Say Y here, and a list of sensors drivers will be displayed.
  8. Everything that didn't fit into the other categories is here. This option
  9. doesn't affect the kernel.
  10. If unsure, say Y.
  11. if SENSORS_FINGERPRINT
  12. config SENSORS_FINGERPRINT_SYSFS
  13. tristate "fingerprint sensor sysfs support"
  14. default n
  15. help
  16. If you say yes here you get support for
  17. fingerprint sensor FINGERPRINT_SYSFS
  18. config SENSORS_VFS61XX
  19. tristate "VFS61XX fingerprint sensor support"
  20. default n
  21. help
  22. If you say yes here you get support for Validity's
  23. fingerprint sensor VFS61XX.
  24. config SENSORS_VFS61XX_KO
  25. tristate "VFS61XX fingerprint sensor support"
  26. default n
  27. help
  28. If you say yes here you get support for Validity's
  29. fingerprint sensor VFS61XX_KO.
  30. config SENSORS_FPRINT_SECURE
  31. tristate "VFS61XX fingerprint sensor support"
  32. default n
  33. help
  34. If you say yes here you get support for Validity's
  35. fingerprint sensor enable secure zone.
  36. endif