msm: camera: config: Remove config_spectra_custom
Remove config_spectra_custom from localized kconfig settings and remove corresponding flags passed to C preprocessor during the build. CRs-Fixed: 3421836 Change-Id: If6f70edf8c2c84184a111e133d3d1fad523ac247 Signed-off-by: Haochen Yang <quic_haocyang@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
df22242fde
commit
8aff234f51
@@ -4,7 +4,6 @@
|
|||||||
CONFIG_SPECTRA_ISP := y
|
CONFIG_SPECTRA_ISP := y
|
||||||
CONFIG_SPECTRA_ICP := y
|
CONFIG_SPECTRA_ICP := y
|
||||||
CONFIG_SPECTRA_JPEG := y
|
CONFIG_SPECTRA_JPEG := y
|
||||||
CONFIG_SPECTRA_CUSTOM := y
|
|
||||||
CONFIG_SPECTRA_SENSOR := y
|
CONFIG_SPECTRA_SENSOR := y
|
||||||
CONFIG_SPECTRA_USE_RPMH_DRV_API := y
|
CONFIG_SPECTRA_USE_RPMH_DRV_API := y
|
||||||
|
|
||||||
@@ -12,7 +11,6 @@ CONFIG_SPECTRA_USE_RPMH_DRV_API := y
|
|||||||
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_CUSTOM=1
|
|
||||||
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_USE_RPMH_DRV_API=1
|
ccflags-y += -DCONFIG_SPECTRA_USE_RPMH_DRV_API=1
|
||||||
|
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
CONFIG_SPECTRA_ISP := y
|
CONFIG_SPECTRA_ISP := y
|
||||||
CONFIG_SPECTRA_ICP := y
|
CONFIG_SPECTRA_ICP := y
|
||||||
CONFIG_SPECTRA_JPEG := y
|
CONFIG_SPECTRA_JPEG := y
|
||||||
CONFIG_SPECTRA_CUSTOM := y
|
|
||||||
CONFIG_SPECTRA_SENSOR := y
|
CONFIG_SPECTRA_SENSOR := y
|
||||||
CONFIG_SPECTRA_LLCC_STALING := y
|
CONFIG_SPECTRA_LLCC_STALING := y
|
||||||
CONFIG_SPECTRA_USE_RPMH_DRV_API := y
|
CONFIG_SPECTRA_USE_RPMH_DRV_API := y
|
||||||
@@ -14,7 +13,6 @@ CONFIG_SPECTRA_USE_CLK_CRM_API := y
|
|||||||
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_CUSTOM=1
|
|
||||||
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_LLCC_STALING=1
|
ccflags-y += -DCONFIG_SPECTRA_LLCC_STALING=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_USE_RPMH_DRV_API=1
|
ccflags-y += -DCONFIG_SPECTRA_USE_RPMH_DRV_API=1
|
||||||
|
@@ -4,14 +4,12 @@
|
|||||||
CONFIG_SPECTRA_ISP := y
|
CONFIG_SPECTRA_ISP := y
|
||||||
CONFIG_SPECTRA_ICP := y
|
CONFIG_SPECTRA_ICP := y
|
||||||
CONFIG_SPECTRA_JPEG := y
|
CONFIG_SPECTRA_JPEG := y
|
||||||
CONFIG_SPECTRA_CUSTOM := y
|
|
||||||
CONFIG_SPECTRA_SENSOR := y
|
CONFIG_SPECTRA_SENSOR := y
|
||||||
|
|
||||||
# Flags to pass into C preprocessor
|
# Flags to pass into C preprocessor
|
||||||
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
||||||
ccflags-y += -DCONFIG_SPECTRA_CUSTOM=1
|
|
||||||
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
||||||
|
|
||||||
# External Dependencies
|
# External Dependencies
|
||||||
|
Reference in New Issue
Block a user