Skip to content

Commit fde2494

Browse files
Camera Software IntegrationGerrit - the friendly Code Review server
authored andcommitted
Merge "msm: camera: sensor: enable sysfs utility config flags for qcs615" into camera-kernel.qclinux.1.0
2 parents 43afb1a + 500d832 commit fde2494

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)