config: kona: Disable MI2S, TDM and AUXPCM interfaces
Disable MI2S, TDM and AUXPCM interfaces to avoid
unnecessary registration of mixer controls and
improve performance in loading mixer paths.
Change-Id: Id0e37ee772ac10a84eb683a4f8736e7f6ff42fad
Signed-off-by: Prasad Kumpatla <nkumpat@codeaurora.org>
diff --git a/config/konaauto.conf b/config/konaauto.conf
index 74ca2d4..e88e51e 100644
--- a/config/konaauto.conf
+++ b/config/konaauto.conf
@@ -37,3 +37,5 @@
export CONFIG_SND_EVENT=m
export CONFIG_VOICE_MHI=m
export CONFIG_DIGITAL_CDC_RSC_MGR=m
+export CONFIG_TDM_DISABLE=m
+export CONFIG_AUXPCM_DISABLE=m
diff --git a/config/konaautoconf.h b/config/konaautoconf.h
index e489b41..1a8038e 100644
--- a/config/konaautoconf.h
+++ b/config/konaautoconf.h
@@ -41,3 +41,5 @@
#define CONFIG_SND_EVENT 1
#define CONFIG_VOICE_MHI 1
#define CONFIG_DIGITAL_CDC_RSC_MGR 1
+#define CONFIG_TDM_DISABLE 1
+#define CONFIG_AUXPCM_DISABLE 1