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

Unverified Commit 69d9d915 authored by tianlang.zhou's avatar tianlang.zhou Committed by Michael Bestas
Browse files

[2 of 3][ALM:10923711] [FP4]:vibrator bringup

 &&&%%%comment:[FP4]:vibrator bringup
 &&&%%%bug number:10923711
 &&&%%%product name:sm7225_r_fp4
 &&&%%%root cause:Coding
 &&&%%%Bug category:T2M
 &&&%%%Module_Impact:kernel
 &&&%%%Test_Suggestion:reset
 &&&%%%Solution:add drivers
 &&&%%%Test_Report:local test is ok
 &&&%%%VAL Can Test:NO

Change-Id: Idc9f8c64f5d51ba9c701a21129909263dfe30bcd
parent ca3a462a
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/aw8695/Kconfig"
endmenu

config OKL4_USER_VIPC
+1 −0
Original line number Diff line number Diff line
@@ -78,3 +78,4 @@ 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/
+5 −0
Original line number Diff line number Diff line
config AW8695_HAPTIC
    tristate "Haptic driver for awinic AW8695 series"
    depends on I2C
    help
      This option enables support for AW8695 series Haptic Driver.
+2 −0
Original line number Diff line number Diff line
#for AWINIC AW8695 Haptic
obj-$(CONFIG_AW8695_HAPTIC) += aw8695.o
+4661 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading