defconfig: Enable pinctrl config for Seraph SoC
Add pinctrl config to support pin control in Seraph SoC. Add seraph pinctrl module to list of first stage module list. Add dependent QCOM_SCM config support and SCM module for seraph SoC. Change-Id: I9703ff9b04eb6646008f52226b600e8e90470cb7 Signed-off-by: Navya Vemula <quic_nvemula@quicinc.com>
This commit is contained in:
parent
7cd339d42e
commit
17e5be797a
3
arch/arm64/configs/vendor/seraph_GKI.config
vendored
3
arch/arm64/configs/vendor/seraph_GKI.config
vendored
@ -2,3 +2,6 @@ CONFIG_ARCH_QCOM=y
|
||||
CONFIG_ARCH_SERAPH=y
|
||||
CONFIG_LOCALVERSION="-gki"
|
||||
# CONFIG_MODULE_SIG_ALL is not set
|
||||
CONFIG_PINCTRL_MSM=m
|
||||
CONFIG_PINCTRL_SERAPH=m
|
||||
CONFIG_QCOM_SCM=m
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 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
|
||||
|
@ -8,6 +8,9 @@ def define_seraph():
|
||||
_seraph_in_tree_modules = [
|
||||
# keep sorted
|
||||
# TODO: Need to add GKI modules
|
||||
"drivers/firmware/qcom-scm.ko",
|
||||
"drivers/pinctrl/qcom/pinctrl-msm.ko",
|
||||
"drivers/pinctrl/qcom/pinctrl-seraph.ko",
|
||||
]
|
||||
|
||||
_seraph_consolidate_in_tree_modules = _seraph_in_tree_modules + [
|
||||
|
Loading…
Reference in New Issue
Block a user