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:
parent
82ff5328d3
commit
0a854bc15c
1
arch/arm64/configs/vendor/blair_GKI.config
vendored
1
arch/arm64/configs/vendor/blair_GKI.config
vendored
@ -52,6 +52,7 @@ CONFIG_MFD_SPMI_PMIC=m
|
||||
CONFIG_MINIDUMP_MAX_ENTRIES=200
|
||||
CONFIG_MMC_CRYPTO_QTI=m
|
||||
CONFIG_MMC_SDHCI_MSM=m
|
||||
CONFIG_MMC_SDHCI_MSM_SCALING=m
|
||||
# CONFIG_MODULE_SIG_ALL is not set
|
||||
CONFIG_MPM_LEGACY=m
|
||||
CONFIG_MSM_BOOT_STATS=m
|
||||
|
@ -81,6 +81,7 @@ def define_blair():
|
||||
"drivers/mfd/qcom-spmi-pmic.ko",
|
||||
"drivers/mmc/host/cqhci.ko",
|
||||
"drivers/mmc/host/sdhci-msm.ko",
|
||||
"drivers/mmc/host/sdhci-msm-scaling.ko",
|
||||
"drivers/nvmem/nvmem_qcom-spmi-sdam.ko",
|
||||
"drivers/nvmem/nvmem_qfprom.ko",
|
||||
"drivers/perf/qcom_llcc_pmu.ko",
|
||||
|
@ -90,3 +90,4 @@ crypto-qti.ko
|
||||
crypto-qti-common.ko
|
||||
crypto-qti-hwkm.ko
|
||||
hwkm_v1.ko
|
||||
sdhci-msm-scaling.ko
|
||||
|
Loading…
Reference in New Issue
Block a user