configs: sdm660: Enable audio DLKM support
Add DLKM audio compilation support for sdm660 on 4.14 kernel.
Change-Id: I8fe1ef7e73bb39ddc2d7961040e677a89488940a
diff --git a/configs/sdm660/sdm660.mk b/configs/sdm660/sdm660.mk
index d84d444..ecc755a 100644
--- a/configs/sdm660/sdm660.mk
+++ b/configs/sdm660/sdm660.mk
@@ -30,6 +30,9 @@
AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
+ifeq ($(TARGET_KERNEL_VERSION),4.14)
+AUDIO_FEATURE_ENABLED_DLKM := true
+endif
AUDIO_FEATURE_ENABLED_3D_AUDIO := false
AUDIO_FEATURE_ENABLED_VOICE_PRINT := false
USE_LEGACY_AUDIO_DAEMON := false