Bazel : Add simple lpm driver to the list

Add changes required to list simple lpm driver
in bazel build system.

Change-Id: Icb9683cec2b4a5b4b1f8c1310bc05e24c793374c
Signed-off-by: Shayak Biswas <quic_shaybisw@quicinc.com>
This commit is contained in:
Shayak Biswas 2023-06-20 12:30:58 +05:30
parent 2437ae6277
commit a4929f14d3
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",