Merge "Bazel : Add simple lpm driver to the list"

This commit is contained in:
qctecmdr 2023-07-12 23:15:59 -07:00 committed by Gerrit - the friendly Code Review server
commit 9a540e05c2
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ CONFIG_CHR_DEV_SG=m
CONFIG_COMMON_CLK_QCOM=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_IDLE_GOV_QCOM_LPM=m
CONFIG_CPU_IDLE_SIMPLE_GOV_QCOM_LPM=m
CONFIG_CRYPTO_DEV_QCEDEV=m
CONFIG_CRYPTO_DEV_QCOM_MSM_QCE=m
CONFIG_DRM_ANALOGIX_ANX7625=m

View File

@ -29,6 +29,7 @@ def define_gen3auto():
"drivers/cpufreq/qcom-cpufreq-hw.ko",
"drivers/cpufreq/qcom-cpufreq-hw-debug.ko",
"drivers/cpuidle/governors/qcom_lpm.ko",
"drivers/cpuidle/governors/qcom_simple_lpm.ko",
"drivers/dma-buf/heaps/qcom_dma_heaps.ko",
"drivers/dma/qcom/msm_gpi.ko",
"drivers/edac/kryo_arm64_edac.ko",