Merge "arm64: defconfig: Enable socinfo and smem drivers for Seraph SoC"
This commit is contained in:
commit
02d9ccf25c
6
arch/arm64/configs/vendor/seraph_GKI.config
vendored
6
arch/arm64/configs/vendor/seraph_GKI.config
vendored
@ -1,4 +1,10 @@
|
||||
CONFIG_ARCH_QCOM=y
|
||||
CONFIG_ARCH_SERAPH=y
|
||||
CONFIG_HWSPINLOCK_QCOM=m
|
||||
CONFIG_LOCALVERSION="-gki"
|
||||
# CONFIG_MODULE_SIG_ALL is not set
|
||||
CONFIG_PINCTRL_MSM=m
|
||||
CONFIG_PINCTRL_SERAPH=m
|
||||
CONFIG_QCOM_SCM=m
|
||||
CONFIG_QCOM_SMEM=m
|
||||
CONFIG_QCOM_SOCINFO=m
|
||||
|
@ -1,2 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
qcom-scm.ko
|
||||
pinctrl-msm.ko
|
||||
pinctrl-seraph.ko
|
||||
qcom_hwspinlock.ko
|
||||
smem.ko
|
||||
socinfo.ko
|
||||
|
@ -8,6 +8,12 @@ def define_seraph():
|
||||
_seraph_in_tree_modules = [
|
||||
# keep sorted
|
||||
# TODO: Need to add GKI modules
|
||||
"drivers/firmware/qcom-scm.ko",
|
||||
"drivers/hwspinlock/qcom_hwspinlock.ko",
|
||||
"drivers/pinctrl/qcom/pinctrl-msm.ko",
|
||||
"drivers/pinctrl/qcom/pinctrl-seraph.ko",
|
||||
"drivers/soc/qcom/smem.ko",
|
||||
"drivers/soc/qcom/socinfo.ko",
|
||||
]
|
||||
|
||||
_seraph_consolidate_in_tree_modules = _seraph_in_tree_modules + [
|
||||
|
Loading…
Reference in New Issue
Block a user