Loading Makefile +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ ifeq ($(CONFIG_ARCH_BENGAL), y) include $(srctree)/techpack/camera/config/bengalcamera.conf endif ifeq ($(CONFIG_ARCH_MONACO), y) include $(srctree)/techpack/camera/config/monacocamera.conf endif ifeq ($(CONFIG_ARCH_LAHAINA), y) include $(srctree)/techpack/camera/config/lahainacamera.conf endif Loading Loading @@ -49,6 +53,11 @@ LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/bengalcameraconf.h endif ifeq ($(CONFIG_ARCH_MONACO), y) LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/monacocameraconf.h endif ifeq ($(CONFIG_ARCH_LAHAINA), y) LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/lahainacameraconf.h Loading config/monacocamera.conf 0 → 100644 +8 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # Copyright (c) 2019,2021 The Linux Foundation. All rights reserved. export CONFIG_SPECTRA_CAMERA=y export CONFIG_SPECTRA_TFE=y export CONFIG_SPECTRA_ISP=y export CONFIG_SPECTRA_SENSOR=y export CONFIG_SPECTRA_OPE=y config/monacocameraconf.h 0 → 100644 +11 −0 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved. */ #define CONFIG_SPECTRA_CAMERA 1 #define CONFIG_SPECTRA_TFE 1 #define CONFIG_SPECTRA_ISP 1 #define CONFIG_SPECTRA_SENSOR 1 #define CONFIG_SPECTRA_OPE 1 Loading
Makefile +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ ifeq ($(CONFIG_ARCH_BENGAL), y) include $(srctree)/techpack/camera/config/bengalcamera.conf endif ifeq ($(CONFIG_ARCH_MONACO), y) include $(srctree)/techpack/camera/config/monacocamera.conf endif ifeq ($(CONFIG_ARCH_LAHAINA), y) include $(srctree)/techpack/camera/config/lahainacamera.conf endif Loading Loading @@ -49,6 +53,11 @@ LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/bengalcameraconf.h endif ifeq ($(CONFIG_ARCH_MONACO), y) LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/monacocameraconf.h endif ifeq ($(CONFIG_ARCH_LAHAINA), y) LINUXINCLUDE += \ -include $(srctree)/techpack/camera/config/lahainacameraconf.h Loading
config/monacocamera.conf 0 → 100644 +8 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # Copyright (c) 2019,2021 The Linux Foundation. All rights reserved. export CONFIG_SPECTRA_CAMERA=y export CONFIG_SPECTRA_TFE=y export CONFIG_SPECTRA_ISP=y export CONFIG_SPECTRA_SENSOR=y export CONFIG_SPECTRA_OPE=y
config/monacocameraconf.h 0 → 100644 +11 −0 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved. */ #define CONFIG_SPECTRA_CAMERA 1 #define CONFIG_SPECTRA_TFE 1 #define CONFIG_SPECTRA_ISP 1 #define CONFIG_SPECTRA_SENSOR 1 #define CONFIG_SPECTRA_OPE 1