Skip to content

Commit 500d832

Browse files
author
Tharik Anwar
committed
msm: camera: sensor: enable sysfs utility config flags for qcs615
Enable sysfs utility config flags to control cci and sensor powerup CRs-Fixed: 4358873. Change-Id: I2b68d5d70013443c118fff412d3d72793e8400dd Signed-off-by: Tharik Anwar <tharanwa@qti.qualcomm.com>
1 parent 5cc4fdc commit 500d832

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/qcs615-camera.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ CONFIG_SPECTRA_ICP := y
55
CONFIG_SPECTRA_JPEG := y
66
CONFIG_SPECTRA_LRME := y
77
CONFIG_SPECTRA_SENSOR := y
8+
CONFIG_SPECTRA_SENSOR_SYSFS_UTIL := y
89

910
# Flags to pass into C preprocessor
1011
ccflags-y += -DCONFIG_SPECTRA_ISP=1
1112
ccflags-y += -DCONFIG_SPECTRA_ICP=1
1213
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
1314
ccflags-y += -DCONFIG_SPECTRA_LRME=1
1415
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
16+
ccflags-y += -DCONFIG_SPECTRA_SENSOR_SYSFS_UTIL=1
1517

1618
# External Dependencies
1719
ifeq ($(CONFIG_QCOM_VA_MINIDUMP), y)

0 commit comments

Comments
 (0)