Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c53970bc authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: config: Enable camera as dlkm for lahaina" into camera-kernel.lnx.4.0

parents e421fea5 ebb82d94
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2019, The Linux Foundation. All rights reserved.
# Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.

ifeq ($(CONFIG_QGKI),y)
export CONFIG_SPECTRA_CAMERA=y
$(info "SPECTRA_CAMERA IS STATIC")
export CONFIG_SPECTRA_CAMERA=m
$(info "QGKI Spectra Camera Building as DLKM")
else
$(info "SPECTRA_CAMERA IS MODULAR")
export CONFIG_SPECTRA_CAMERA=m
$(info "GKI Spectra Camera Building as DLKM")
endif

ifneq (,$(filter $(CONFIG_SPECTRA_CAMERA), y m))