Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 444d71de authored by dan.qian's avatar dan.qian Committed by Rohit Sekhar
Browse files

misc: Import Chipone Fingerprint driver

[ALM:10980806] [FP4-125] FingerPrint bring up - kernel
&&&%%%comment:[FP4-125] FingerPrint bring up - kernel
&&&%%%bug number:10980806
&&&%%%product name:sm7225_r_fp4
&&&%%%Bug category:T2M
&&&%%%Module_Impact:fingerprint
&&&%%%Test_Suggestion:null
&&&%%%Solution:[FP4-125] FingerPrint bring up - kernel
&&&%%%Test_Report:null

Tracking-ID:10980806
Change-Id: Icc23190f60f4fbc3dbac386bcbde883fe97221f0
parent eb6397f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -647,6 +647,7 @@ source "drivers/misc/ocxl/Kconfig"
source "drivers/misc/cardreader/Kconfig"
source "drivers/misc/fpr_FingerprintCard/Kconfig"
source "drivers/misc/qrc/Kconfig"
source "drivers/misc/fpsensor_chipone/Kconfig"
source "drivers/misc/aw8695/Kconfig"
endmenu

+2 −1
Original line number Diff line number Diff line
@@ -77,5 +77,6 @@ obj-$(CONFIG_QTI_MAXIM_FAN_CONTROLLER) += max31760.o
obj-$(CONFIG_QTI_XR_SMRTVWR_MISC) += qxr-stdalonevwr.o
obj-$(CONFIG_FPR_FPC)		+= fpr_FingerprintCard/
obj-y                           += qrc/
obj-$(CONFIG_KINECTICS_XR_NORDIC) += kxrctrl/
obj-$(CONFIG_AW8695_HAPTIC)	+= aw8695/
obj-$(CONFIG_CHIPONE_FINGERPRINT)		+= fpsensor_chipone/
obj-$(CONFIG_KINECTICS_XR_NORDIC) += kxrctrl/
+6 −0
Original line number Diff line number Diff line
config CHIPONE_FINGERPRINT
        tristate "Chipone Finger Print Driver"
        help
          Chipone Finger Print Supported

+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_CHIPONE_FINGERPRINT)	+= fpsensor_spi_tee.o
+741 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading