Browse Source

autoconf: Enable config for wdsp-glink/avtimer

Enable the configs for WCD DSP Glink and avtimer drivers.
Remove the CDSP Loader config as it is not audio related.

Change-Id: Ic6101e106c1e1d91bece6f53d1572507570b6b6f
Signed-off-by: Laxminath Kasam <[email protected]>
Laxminath Kasam 7 years ago
parent
commit
71ca58e195
2 changed files with 4 additions and 2 deletions
  1. 2 1
      config/sdm845auto.conf
  2. 2 1
      config/sdm845autoconf.h

+ 2 - 1
config/sdm845auto.conf

@@ -20,7 +20,6 @@ CONFIG_REGMAP_SWR=y
 CONFIG_MSM_QDSP6_SSR=y
 CONFIG_MSM_QDSP6_PDR=y
 CONFIG_MSM_QDSP6_NOTIFIER=y
-CONFIG_MSM_CDSP_LOADER=y
 CONFIG_SND_SOC_MSM_HOSTLESS_PCM=y
 CONFIG_SND_SOC_MSM_QDSP6V2_INTF=y
 CONFIG_SND_SOC_SDM845=y
@@ -39,3 +38,5 @@ CONFIG_DOLBY_LICENSE=y
 CONFIG_DTS_SRS_TM=y
 CONFIG_SND_SOC_MACHINE_SDM845=y
 CONFIG_SND_SOC_MSM_STUB=y
+CONFIG_WCD_DSP_GLINK=y
+CONFIG_MSM_AVTIMER=y

+ 2 - 1
config/sdm845autoconf.h

@@ -34,7 +34,6 @@
 #define CONFIG_MSM_QDSP6_SSR 1
 #define CONFIG_MSM_QDSP6_PDR 1
 #define CONFIG_MSM_QDSP6_NOTIFIER 1
-#define CONFIG_MSM_CDSP_LOADER 1
 #define CONFIG_SND_SOC_MSM_HOSTLESS_PCM 1
 #define CONFIG_SND_SOC_MSM_QDSP6V2_INTF 1
 #define CONFIG_SND_SOC_SDM845 1
@@ -53,3 +52,5 @@
 #define CONFIG_DTS_SRS_TM 1
 #define CONFIG_WCD9XXX_CODEC_CORE 1
 #define CONFIG_SND_SOC_MSM_STUB 1
+#define CONFIG_WCD_DSP_GLINK 1
+#define CONFIG_MSM_AVTIMER 1