
Currently all the modules are compiled based on single config flag. This change adds the capability for module based compilation with module based config flag for various targets. CRs-Fixed: 2569808 Change-Id: I054a555db04d1643b9da2d3f409d009c1fb2da9c Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
11 regels
309 B
Plaintext
11 regels
309 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
|
|
export CONFIG_SPECTRA_CAMERA=y
|
|
export CONFIG_SPECTRA_ISP=y
|
|
export CONFIG_SPECTRA_SENSOR=y
|
|
export CONFIG_SPECTRA_ICP=y
|
|
export CONFIG_SPECTRA_JPEG=y
|
|
export CONFIG_SPECTRA_LRME=y
|
|
export CONFIG_SPECTRA_FD=y
|