arm64: defconfig: Enable socinfo and smem drivers for Niobe SoC
Enable socinfo and dependent drivers for Niobe SoC. Add socinfo and dependency modules in first stage list. Change-Id: Ide1e3f9d6835cea10760a2f4621525b067ae5673 Signed-off-by: Amrit Anand <quic_amrianan@quicinc.com>
This commit is contained in:
parent
3441729330
commit
ac47ee5039
3
arch/arm64/configs/vendor/niobe_GKI.config
vendored
3
arch/arm64/configs/vendor/niobe_GKI.config
vendored
@ -5,6 +5,7 @@ CONFIG_ARM_SMMU_QCOM=m
|
||||
# CONFIG_ARM_SMMU_QCOM_DEBUG is not set
|
||||
# CONFIG_ARM_SMMU_SELFTEST is not set
|
||||
CONFIG_COMMON_CLK_QCOM=m
|
||||
CONFIG_HWSPINLOCK_QCOM=m
|
||||
CONFIG_LOCALVERSION="-gki"
|
||||
# CONFIG_MODULE_SIG_ALL is not set
|
||||
CONFIG_MSM_BOOT_STATS=m
|
||||
@ -30,4 +31,6 @@ CONFIG_QCOM_MEM_BUF_DEV=m
|
||||
CONFIG_QCOM_PDC=m
|
||||
CONFIG_QCOM_RPMH=m
|
||||
CONFIG_QCOM_SCM=m
|
||||
CONFIG_QCOM_SMEM=m
|
||||
CONFIG_QCOM_SOCINFO=m
|
||||
CONFIG_REGULATOR_STUB=m
|
||||
|
@ -16,3 +16,6 @@ gdsc-regulator.ko
|
||||
stub-regulator.ko
|
||||
pinctrl-msm.ko
|
||||
pinctrl-niobe.ko
|
||||
qcom_hwspinlock.ko
|
||||
smem.ko
|
||||
socinfo.ko
|
||||
|
@ -13,6 +13,7 @@ def define_niobe():
|
||||
"drivers/clk/qcom/gdsc-regulator.ko",
|
||||
"drivers/dma-buf/heaps/qcom_dma_heaps.ko",
|
||||
"drivers/firmware/qcom-scm.ko",
|
||||
"drivers/hwspinlock/qcom_hwspinlock.ko",
|
||||
"drivers/iommu/arm/arm-smmu/arm_smmu.ko",
|
||||
"drivers/iommu/msm_dma_iommu_mapping.ko",
|
||||
"drivers/iommu/qcom_iommu_util.ko",
|
||||
@ -25,6 +26,8 @@ def define_niobe():
|
||||
"drivers/soc/qcom/mem_buf/mem_buf.ko",
|
||||
"drivers/soc/qcom/mem_buf/mem_buf_dev.ko",
|
||||
"drivers/soc/qcom/qcom_rpmh.ko",
|
||||
"drivers/soc/qcom/smem.ko",
|
||||
"drivers/soc/qcom/socinfo.ko",
|
||||
]
|
||||
|
||||
_niobe_consolidate_in_tree_modules = _niobe_in_tree_modules + [
|
||||
|
Loading…
Reference in New Issue
Block a user