arm64: defconfig: Enable socinfo and smem drivers for Seraph SoC

Enable socinfo and dependent drivers for Seraph SoC.
Add socinfo and dependency modules in first stage list.

Change-Id: I80937e6ecf97e13c5e980434e52f4acd6b45c3d3
Signed-off-by: Navya Vemula <quic_nvemula@quicinc.com>
This commit is contained in:
Navya Vemula 2024-07-23 15:44:40 +05:30
parent 17e5be797a
commit e6ac656a86
3 changed files with 9 additions and 0 deletions

View File

@ -1,7 +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

View File

@ -3,3 +3,6 @@
qcom-scm.ko
pinctrl-msm.ko
pinctrl-seraph.ko
qcom_hwspinlock.ko
smem.ko
socinfo.ko

View File

@ -9,8 +9,11 @@ def define_seraph():
# 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 + [