
SFE config is not needed since it shares the same code paths as VFE. As such we deprecate the config and enable SFE whenever ISP is enabled. CRs-Fixed: 2835738 Change-Id: I5e6b44345e9eaabdb3a91d3662322f3dec53761b Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
16 lines
433 B
Makefile
16 lines
433 B
Makefile
# Settings for compiling waipio camera architecture
|
|
|
|
# Localized KCONFIG settings
|
|
CONFIG_SPECTRA_ISP := y
|
|
CONFIG_SPECTRA_ICP := y
|
|
CONFIG_SPECTRA_JPEG := y
|
|
CONFIG_SPECTRA_CUSTOM := 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_JPEG=1
|
|
ccflags-y += -DCONFIG_SPECTRA_CUSTOM=1
|
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|