defconfig: 8996: Enable ADSP Loader and disable memlat
ADSP Loader is required for the audio probes and memlat governor is crashing right now so we should keep it disabled for now. Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
This commit is contained in:
parent
8826ec9a9c
commit
89fd208cc4
3 changed files with 4 additions and 0 deletions
|
@ -585,12 +585,14 @@
|
|||
compatible = "qcom,arm-memlat-mon";
|
||||
qcom,cpulist = <&CPU0 &CPU1>;
|
||||
qcom,target-dev = <&memlat_cpu0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qcom,arm-memlat-mon-2 {
|
||||
compatible = "qcom,arm-memlat-mon";
|
||||
qcom,cpulist = <&CPU2 &CPU3>;
|
||||
qcom,target-dev = <&memlat_cpu2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
devfreq_cpufreq: devfreq-cpufreq {
|
||||
|
|
|
@ -470,6 +470,7 @@ CONFIG_QCOM_SCM=y
|
|||
CONFIG_QCOM_SCM_XPU=y
|
||||
CONFIG_QCOM_WATCHDOG_V2=y
|
||||
CONFIG_QCOM_MEMORY_DUMP_V2=y
|
||||
CONFIG_MSM_ADSP_LOADER=y
|
||||
CONFIG_MSM_SUBSYSTEM_RESTART=y
|
||||
CONFIG_MSM_PIL=y
|
||||
CONFIG_MSM_PIL_SSR_GENERIC=y
|
||||
|
|
|
@ -492,6 +492,7 @@ CONFIG_QCOM_SCM=y
|
|||
CONFIG_QCOM_SCM_XPU=y
|
||||
CONFIG_QCOM_WATCHDOG_V2=y
|
||||
CONFIG_QCOM_MEMORY_DUMP_V2=y
|
||||
CONFIG_MSM_ADSP_LOADER=y
|
||||
CONFIG_MSM_SUBSYSTEM_RESTART=y
|
||||
CONFIG_MSM_PIL=y
|
||||
CONFIG_MSM_PIL_SSR_GENERIC=y
|
||||
|
|
Loading…
Add table
Reference in a new issue