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

Commit 5c5aa223 authored by junwen.ye's avatar junwen.ye
Browse files

[ALM:10872982] [FP4]:vl53l3 power on

 &&&%%%comment:[FP4]:vl53l3 power on

 &&&%%%bug number:10872982

 &&&%%%product name:sm7225_r_fp4

 &&&%%%root cause:coding

 &&&%%%Bug category:T2M

 &&&%%%Module_Impact:kernel

 &&&%%%Test_Suggestion:tof function

 &&&%%%Solution:NA

 &&&%%%Test_Report:ok in native

 &&&%%%VAL Can Test:NO
parent f3a0fa70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -726,3 +726,5 @@ CONFIG_TCT_PM7250_COMMON=y
CONFIG_USB_PD_LOG_LVL=1
CONFIG_BATTERY_BQ27541_HDQ=y
CONFIG_AW8695_HAPTIC=y
#[Camera]ADD ST TOF
CONFIG_STMVL53L1=y
+2 −0
Original line number Diff line number Diff line
@@ -794,3 +794,5 @@ CONFIG_TCT_PM7250_COMMON=y
CONFIG_USB_PD_LOG_LVL=1
CONFIG_BATTERY_BQ27541_HDQ=y
CONFIG_AW8695_HAPTIC=y
#[Camera]ADD ST TOF
CONFIG_STMVL53L1=y
+11 −0
Original line number Diff line number Diff line
@@ -885,4 +885,15 @@ config INPUT_SC27XX_VIBRA
	  To compile this driver as a module, choose M here. The module will
	  be called sc27xx_vibra.

config STMVL53L1
       tristate "STM VL53L3 Proximity support"
       depends on I2C=y
       default y
       help
         Say Y here if you want to use STMicroelectronics's vl53L3 TOF AF sensor
         through I2C interface.

         To compile this driver as a module, choose M here: the
         module will be called stmvl53l3.

endif
+1 −0
Original line number Diff line number Diff line
@@ -85,3 +85,4 @@ obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o
obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND)	+= xen-kbdfront.o
obj-$(CONFIG_INPUT_YEALINK)		+= yealink.o
obj-$(CONFIG_INPUT_IDEAPAD_SLIDEBAR)	+= ideapad_slidebar.o
obj-$(CONFIG_STMVL53L1)			+= vl53L1/
+1 −0
Original line number Diff line number Diff line
/doc_out/
Loading