defconfig: Enable clock scaling for msmnile_au

Enable clock scaling for msmnile_au and add module to .bzl and
modules.list.msm.gen3auto to compile successfully.

Change-Id: I1cac3ead24c084abbac036b00595b43b0e83c366
Signed-off-by: Jayasri Bhattacharyya <quic_jbhattac@quicinc.com>
This commit is contained in:
Jayasri Bhattacharyya 2024-02-21 15:17:37 +05:30
parent a722beaa9a
commit 6d08b6bd3b
3 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@ CONFIG_MICREL_PHY=m
# CONFIG_MINIDUMP_ALL_TASK_INFO is not set
CONFIG_MINIDUMP_MAX_ENTRIES=200
CONFIG_MMC_SDHCI_MSM=m
CONFIG_MMC_SDHCI_MSM_SCALING=m
# CONFIG_MODULE_SIG_ALL is not set
CONFIG_MSM_BOOT_STATS=m
CONFIG_MSM_CORE_HANG_DETECT=m

View File

@ -87,6 +87,7 @@ def define_gen3auto():
"drivers/misc/qseecom_proxy.ko",
"drivers/mmc/host/cqhci.ko",
"drivers/mmc/host/sdhci-msm.ko",
"drivers/mmc/host/sdhci-msm-scaling.ko",
"drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-eth.ko",
"drivers/net/ethernet/stmicro/stmmac/stmmac.ko",
"drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko",

View File

@ -76,3 +76,4 @@ stmmac.ko
stmmac-platform.ko
dwmac-qcom-eth.ko
crypto-qti-common.ko
sdhci-msm-scaling.ko