Files
android_kernel_samsung_sm86…/qcom/opensource/camera-kernel/config/lito.mk
David Wronek 78e1eefbdb Add 'qcom/opensource/camera-kernel/' from commit 'e28c84a69982150918a8a8c48c730ac1c2c5ce34'
git-subtree-dir: qcom/opensource/camera-kernel
git-subtree-mainline: 7870029999
git-subtree-split: e28c84a699
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel
tag: CAMERA.LA.4.0.r2-07000-lanai.0
2024-10-06 16:44:01 +02:00

18 خطوط
485 B
Makefile

# Settings for compiling lito camera architecture
# Localized KCONFIG settings
CONFIG_SPECTRA_FD := y
CONFIG_SPECTRA_ISP := y
CONFIG_SPECTRA_ICP := y
CONFIG_SPECTRA_JPEG := y
CONFIG_SPECTRA_LRME := y
CONFIG_SPECTRA_SENSOR := y
# Flags to pass into C preprocessor
ccflags-y += -DCONFIG_SPECTRA_FD=1
ccflags-y += -DCONFIG_SPECTRA_ISP=1
ccflags-y += -DCONFIG_SPECTRA_ICP=1
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
ccflags-y += -DCONFIG_SPECTRA_LRME=1
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1