Skip to content

Commit 2f06064

Browse files
Camera Software IntegrationGerrit - the friendly Code Review server
authored andcommitted
Merge "msm: camera: sensor: enable sensor config flags for qcs615" into camera-kernel.qclinux.1.0
2 parents 4bd36ea + 1227af0 commit 2f06064

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
@@ -4,12 +4,14 @@ CONFIG_SPECTRA_ISP := y
44
CONFIG_SPECTRA_ICP := y
55
CONFIG_SPECTRA_JPEG := y
66
CONFIG_SPECTRA_LRME := y
7+
CONFIG_SPECTRA_SENSOR := y
78

89
# Flags to pass into C preprocessor
910
ccflags-y += -DCONFIG_SPECTRA_ISP=1
1011
ccflags-y += -DCONFIG_SPECTRA_ICP=1
1112
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
1213
ccflags-y += -DCONFIG_SPECTRA_LRME=1
14+
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
1315

1416
# External Dependencies
1517
ifeq ($(CONFIG_QCOM_VA_MINIDUMP), y)

0 commit comments

Comments
 (0)