sm8750: init kernel modules repo
This commit is contained in:
5
qcom/opensource/synx-kernel/config/pineapplesynx.conf
Normal file
5
qcom/opensource/synx-kernel/config/pineapplesynx.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
ifeq ($(CONFIG_QGKI),y)
|
||||
export TARGET_SYNX_ENABLE=y
|
||||
else
|
||||
export TARGET_SYNX_ENABLE=m
|
||||
endif
|
||||
6
qcom/opensource/synx-kernel/config/pineapplesynxconf.h
Normal file
6
qcom/opensource/synx-kernel/config/pineapplesynxconf.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#define TARGET_SYNX_ENABLE 1
|
||||
5
qcom/opensource/synx-kernel/config/sunsynx.conf
Normal file
5
qcom/opensource/synx-kernel/config/sunsynx.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
ifeq ($(CONFIG_QGKI),y)
|
||||
export TARGET_SYNX_ENABLE=y
|
||||
else
|
||||
export TARGET_SYNX_ENABLE=m
|
||||
endif
|
||||
6
qcom/opensource/synx-kernel/config/sunsynxconf.h
Normal file
6
qcom/opensource/synx-kernel/config/sunsynxconf.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#define TARGET_SYNX_ENABLE 1
|
||||
Reference in New Issue
Block a user