Skip to content

Commit 1227af0

Browse files
committed
msm: camera: sensor: enable sensor config flags for qcs615
-- Enable sensor config flags to enable sensor driver file compilation for qcs615 CRs-Fixed: 4357131 Change-Id: Ic03d26fd567423fbe3ce63c8bb61e1a17457c65f Signed-off-by: Vishal Verma <vishverm@qti.qualcomm.com>
1 parent 59d417d commit 1227af0

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)