Files
android_kernel_samsung_sm86…/config/netrani.mk
Vikram Sharma 59830712cd msm: camera: cre: Fix typo error for copying blob args
This change fixes the typo error which was there while copying the blob
args. Also fix typo in cam_cre_validate_acquire_res_info for plain128.

CRs-Fixed: 3027075
Change-Id: Ibd163e0719e93a3159ae5cbbd84ce835e85bb8cc
Signed-off-by: Vikram Sharma <vikramsa@codeaurora.org>
Signed-off-by: Wyes Karny <wkarny@codeaurora.org>
2021-09-03 17:58:55 +05:30

16 line
426 B
Makefile

# Settings for compiling netrani camera architecture
# Localized KCONFIG settings
CONFIG_SPECTRA_ISP := y
CONFIG_SPECTRA_ICP := y
CONFIG_SPECTRA_TFE := 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_CRE=1
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1