Browse Source

config: Add audio haptics driver configuration

Add haptics configuration to compile audio haptics driver.

Change-Id: I78747c43f3e4752b92537fba4ef1476cb72498c4
Signed-off-by: Sudheer Papothi <[email protected]>
Sudheer Papothi 5 years ago
parent
commit
868a93ca8f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      config/lahainaauto.conf
  2. 1 0
      config/lahainaautoconf.h

+ 1 - 0
config/lahainaauto.conf

@@ -34,3 +34,4 @@ export CONFIG_SND_SOC_WSA883X=m
 export CONFIG_SND_SOC_SWR_DMIC=m
 export CONFIG_SND_SOC_LAHAINA=m
 export CONFIG_SND_EVENT=m
+export CONFIG_SND_SWR_HAPTICS=m

+ 1 - 0
config/lahainaautoconf.h

@@ -38,3 +38,4 @@
 #define CONFIG_SND_SOC_SWR_DMIC 1
 #define CONFIG_SND_SOC_LAHAINA 1
 #define CONFIG_SND_EVENT 1
+#define CONFIG_SND_SWR_HAPTICS 1