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