
Top-level Makefile doesn't export techpack configs. As such, we must revert to generating our own conf.h file instead of relying on autoconf.h. This has the side-effect of not allowing IS_REACHABLE/IS_ENABLED macro's from working on configs enabled within a techpack. CRs-Fixed: 2584631 Change-Id: I9c35b305b81c5a6a6892ca87ace9f69192fcca5b Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
12 行
279 B
C
12 行
279 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
|
|
#define CONFIG_SPECTRA_CAMERA 1
|
|
#define CONFIG_SPECTRA_ISP 1
|
|
#define CONFIG_SPECTRA_SENSOR 1
|
|
#define CONFIG_SPECTRA_ICP 1
|
|
#define CONFIG_SPECTRA_JPEG 1
|