
This change adds camnoc interface changes and CPAS version change for Crow camera. CRs-Fixed: 3426117 Change-Id: I8735dc87ccd0ebcde98a53f6d695167fedb4cc35 Signed-off-by: Ayush Kumar <quic_ayushkr@quicinc.com>
18 行
485 B
Makefile
18 行
485 B
Makefile
# Settings for compiling crow camera architecture
|
|
|
|
# Localized KCONFIG settings
|
|
CONFIG_SPECTRA_ISP := y
|
|
CONFIG_SPECTRA_ICP := y
|
|
CONFIG_SPECTRA_TFE := y
|
|
CONFIG_SPECTRA_JPEG := y
|
|
CONFIG_SPECTRA_CRE := y
|
|
CONFIG_SPECTRA_SENSOR := y
|
|
|
|
# Flags to pass into C preprocessor
|
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_TFE=1
|
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
|
ccflags-y += -DCONFIG_SPECTRA_CRE=1
|
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|