defconfig: Enable clock scaling for blair target

Enable clock scaling for blair and add module to .bzl file and
modules.list.msm.blair file to compile successfully.

Change-Id: Id0e8d8fec17f11124cd0f11c794a17ddb6eb98d1
Signed-off-by: Sarthak Garg <quic_sartgarg@quicinc.com>
This commit is contained in:
Sarthak Garg 2023-05-18 10:17:49 +05:30
parent 82ff5328d3
commit 0a854bc15c
3 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@ CONFIG_MFD_SPMI_PMIC=m
CONFIG_MINIDUMP_MAX_ENTRIES=200 CONFIG_MINIDUMP_MAX_ENTRIES=200
CONFIG_MMC_CRYPTO_QTI=m CONFIG_MMC_CRYPTO_QTI=m
CONFIG_MMC_SDHCI_MSM=m CONFIG_MMC_SDHCI_MSM=m
CONFIG_MMC_SDHCI_MSM_SCALING=m
# CONFIG_MODULE_SIG_ALL is not set # CONFIG_MODULE_SIG_ALL is not set
CONFIG_MPM_LEGACY=m CONFIG_MPM_LEGACY=m
CONFIG_MSM_BOOT_STATS=m CONFIG_MSM_BOOT_STATS=m

View File

@ -81,6 +81,7 @@ def define_blair():
"drivers/mfd/qcom-spmi-pmic.ko", "drivers/mfd/qcom-spmi-pmic.ko",
"drivers/mmc/host/cqhci.ko", "drivers/mmc/host/cqhci.ko",
"drivers/mmc/host/sdhci-msm.ko", "drivers/mmc/host/sdhci-msm.ko",
"drivers/mmc/host/sdhci-msm-scaling.ko",
"drivers/nvmem/nvmem_qcom-spmi-sdam.ko", "drivers/nvmem/nvmem_qcom-spmi-sdam.ko",
"drivers/nvmem/nvmem_qfprom.ko", "drivers/nvmem/nvmem_qfprom.ko",
"drivers/perf/qcom_llcc_pmu.ko", "drivers/perf/qcom_llcc_pmu.ko",

View File

@ -90,3 +90,4 @@ crypto-qti.ko
crypto-qti-common.ko crypto-qti-common.ko
crypto-qti-hwkm.ko crypto-qti-hwkm.ko
hwkm_v1.ko hwkm_v1.ko
sdhci-msm-scaling.ko