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

Commit 7a1e998a authored by tianlang.zhou's avatar tianlang.zhou
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 c5b7a077
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -718,4 +718,4 @@ CONFIG_TCT_CHG_AUTOTEST=y
CONFIG_TCT_PM7250_COMMON=y
CONFIG_USB_PD_LOG_LVL=1
CONFIG_BATTERY_BQ27541_HDQ=y
CONFIG_AW8695_HAPTIC=y
+2 −1
Original line number Diff line number Diff line
@@ -786,3 +786,4 @@ CONFIG_TCT_CHG_AUTOTEST=y
CONFIG_TCT_PM7250_COMMON=y
CONFIG_USB_PD_LOG_LVL=1
CONFIG_BATTERY_BQ27541_HDQ=y
CONFIG_AW8695_HAPTIC=y
+1 −0
Original line number Diff line number Diff line
@@ -637,6 +637,7 @@ source "drivers/misc/cxl/Kconfig"
source "drivers/misc/ocxl/Kconfig"
source "drivers/misc/cardreader/Kconfig"
source "drivers/misc/fpr_FingerprintCard/Kconfig"
source "drivers/misc/aw8695/Kconfig"
endmenu

config OKL4_USER_VIPC
+1 −0
Original line number Diff line number Diff line
@@ -76,3 +76,4 @@ obj-$(CONFIG_WIGIG_SENSING_SPI) += wigig_sensing.o
obj-$(CONFIG_QTI_MAXIM_FAN_CONTROLLER) += max31760.o
obj-$(CONFIG_QTI_XR_SMRTVWR_MISC) += qxr-stdalonevwr.o
obj-$(CONFIG_FPR_FPC)		+= fpr_FingerprintCard/
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.
Loading