We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43afb1a + 500d832 commit fde2494Copy full SHA for fde2494
1 file changed
config/qcs615-camera.mk
@@ -5,13 +5,15 @@ CONFIG_SPECTRA_ICP := y
5
CONFIG_SPECTRA_JPEG := y
6
CONFIG_SPECTRA_LRME := y
7
CONFIG_SPECTRA_SENSOR := y
8
+CONFIG_SPECTRA_SENSOR_SYSFS_UTIL := y
9
10
# Flags to pass into C preprocessor
11
ccflags-y += -DCONFIG_SPECTRA_ISP=1
12
ccflags-y += -DCONFIG_SPECTRA_ICP=1
13
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
14
ccflags-y += -DCONFIG_SPECTRA_LRME=1
15
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
16
+ccflags-y += -DCONFIG_SPECTRA_SENSOR_SYSFS_UTIL=1
17
18
# External Dependencies
19
ifeq ($(CONFIG_QCOM_VA_MINIDUMP), y)
0 commit comments